pegged v0.4.3 (2018-02-16T19:45:56Z)
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.