pegged v0.4.6 (2022-05-10T15:31:31Z)
Dub
Repo
GrammarInfo
pegged
introspection
Struct holding the introspection info on a grammar.
@
safe
struct
GrammarInfo {
RuleInfo
[
string
]
ruleInfo
;
immutable
(
string
[])[]
leftRecursiveCycles
;
}
Members
Variables
leftRecursiveCycles
immutable
(
string
[])[]
leftRecursiveCycles
;
Undocumented in source.
ruleInfo
RuleInfo
[
string
]
ruleInfo
;
Undocumented in source.
Meta
Source
See Implementation
pegged
introspection
enums
InfiniteLoop
LeftRecursive
NullMatch
Recursive
functions
appendCycleIfUnique
grammarInfo
replaceInto
ruleInfo
structs
GrammarInfo
RuleInfo
variables
hasSystemAAKeys
Struct holding the introspection info on a grammar.