dparsergen v0.1.0 (2023-05-07T14:44:42Z)
Dub
Repo
Nonterminal
dparsergen
generator
production
Undocumented in source.
struct
Nonterminal {
string
name
;
NonterminalFlags
flags
;
Annotations
annotations
;
immutable
(
SymbolID
)[]
buildNonterminals
;
immutable
(
TagID
)[]
possibleTags
;
}
Members
Variables
annotations
Annotations
annotations
;
Undocumented in source.
buildNonterminals
immutable
(
SymbolID
)[]
buildNonterminals
;
Undocumented in source.
flags
NonterminalFlags
flags
;
Undocumented in source.
name
string
name
;
Undocumented in source.
possibleTags
immutable
(
TagID
)[]
possibleTags
;
Undocumented in source.
Meta
Source
See Implementation
dparsergen
generator
production
manifest constants
StdAnnotations
structs
Annotations
Nonterminal
Production
RewriteRule
SymbolInstance
Tag
TagID
TagUsage
Token