pegged v0.4.6 (2022-05-10T15:31:31Z)
Dub
Repo
ParameterizedRule
pegged
dynamic
grammar
Undocumented in source.
@
safe
struct
ParameterizedRule {
size_t
numArgs
;
Dynamic
delegate
(
Dynamic
[]) @(
safe
)
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
[]) @(
safe
)
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