dparsergen v0.1.0 (2023-05-07T14:44:42Z)
Dub
Repo
TagUsage
dparsergen
generator
production
Undocumented in source.
struct
TagUsage {
TagID
tag
;
bool
inherit
;
bool
needed
;
bool
reject
;
int
opCmp
(TagUsage other);
}
Members
Functions
opCmp
int
opCmp
(TagUsage other)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
inherit
bool
inherit
;
Undocumented in source.
needed
bool
needed
;
Undocumented in source.
reject
bool
reject
;
Undocumented in source.
tag
TagID
tag
;
Undocumented in source.
Meta
Source
See Implementation
dparsergen
generator
production
manifest constants
StdAnnotations
structs
Annotations
Nonterminal
Production
RewriteRule
SymbolInstance
Tag
TagID
TagUsage
Token