pegged v0.4.6 (2022-05-10T15:31:31Z)
Dub
Repo
expected
pegged
grammar
Mixin to get what a failed rule expected as input. Not used by Pegged yet.
@
safe
mixin template
expected () {
string
expected
(ParseTree p);
}
Members
Functions
expected
string
expected
(ParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
pegged
grammar
enums
Memoization
functions
asModule
badGrammar
doubler
foo
goodGrammar
grammar
spaceArrow
mixin templates
expected
Mixin to get what a failed rule expected as input. Not used by Pegged yet.