pc4d v1.0.9 (2022-08-26T10:46:45Z)
Dub
Repo
lazyParser
pc4d
parsers
convenient function to instantiate a lazy parser with a delegate
Parser
!(
T
)
lazyParser
(Parser!(T) delegate() parser)
Parser
!(
T
)
lazyParser
(
T
)
(
Parser
!(
T
)
delegate
(
)
parser
)
Parser
!(
T
)
lazyParser
(Parser!(T) function() parser)
Meta
Source
See Implementation
pc4d
parsers
classes
Alternative
BlockComment
ExprParser
Integer
Lazy
Match
Optional
Regex
Repetition
Sequence
functions
alnum
blockComment
integer
killResults
lazyParser
match
number
or
regex
sequence
convenient function to instantiate a lazy parser with a delegate