rcdata v1.0.0-alpha.5 (2023-03-18T14:16:01Z)
Dub
Repo
makeParser.match
rcdata
parser
makeParser
Undocumented in source.
template
match
(pattern...)
template
match
(handlers...)
mixintemplate
makeParser
(Input, alias supply, alias basicMatcher)
static
template
match (
handlers
...
)
if
(
!
is
(
MatchType
!
handlers
)
) {
alias
match
=
std
.
sumtype
.
match
!
handlers
;
}
Members
Aliases
match
alias
match
=
std
.
sumtype
.
match
!
handlers
Undocumented in source.
Meta
Source
See Implementation
rcdata
parser
makeParser
aliases
Capture
Match
MatchCapture
ParserException
PatternCaptureTypes
Result
Return
ReturnMatch
funCC
static functions
run
tupleWrap
static variables
capture
lastResult
result
ret
source
structs
CaptureTupleIterator
templates
MatchCaptureTypes
MatchOr
MatchType
TupleWrap
match
matchRepeatRange
matchUntil
unions
LastResult