dparsergen ~master (2023-07-12T17:02:27.7905513)
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