pegged v0.4.3 (2018-02-16T19:45:56Z)
Dub
Repo
Success
pegged
examples
pattern
Undocumented in source.
struct
Success (
M
...
) {
M
match
;
size_t
begin
;
size_t
end
;
auto
rest
(R rest);
}
Members
Functions
rest
auto
rest
(R rest)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
begin
size_t
begin
;
Undocumented in source.
end
size_t
end
;
Undocumented in source.
match
M
match
;
Undocumented in source.
Meta
Source
See Implementation
pegged
examples
pattern
functions
anyValue
endValue
failure
rangeAny
rangeRest
success
structs
MatchResult
Success
TypeAnd
TypeAny
TypeDiscardMatch
TypeEnd
TypeEps
TypeLiteral
TypeNegLookAhead
TypeOneOrMore
TypeOption
TypeOr
TypePosLookAhead
TypeSatisfy
TypeSubType
TypeZeroOrMore
isRange
templates
RangePatternResult
TypeFailure
isSubtype
onRange