pegged v0.4.3 (2018-02-16T19:45:56Z)
Dub
Repo
ParameterizedRule
pegged
dynamic
grammar
Undocumented in source.
struct
ParameterizedRule {
size_t
numArgs
;
Dynamic
delegate
(
Dynamic
[])
code
;
Dynamic
opCall
(D rules);
}
Members
Functions
opCall
Dynamic
opCall
(D rules)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
code
Dynamic
delegate
(
Dynamic
[])
code
;
Undocumented in source.
numArgs
size_t
numArgs
;
Undocumented in source.
Meta
Source
See Implementation
pegged
dynamic
grammar
functions
distribute
grammar
makeRule
parameterizedRule
spaceArrow
structs
DynamicGrammar
ParameterizedRule