pc4d ~master (2018-02-15T19:42:36Z)
Dub
Repo
Match
pc4d
parsers
class for matching an array exactly
class
Match : Parser!(T)(
T
) {
T
[]
fExpected
;
bool
fCollect
;
}
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
class for matching an array exactly