pegged ~master (2021-09-24T23:32:03.8236805)
Dub
Repo
GrammarInfo
pegged
introspection
Struct holding the introspection info on a grammar.
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
Struct holding the introspection info on a grammar.