dparsergen v0.1.0 (2023-05-07T14:44:42Z)
Dub
Repo
StartNonterminal
dparsergen
generator
grammar
Undocumented in source.
struct
StartNonterminal {
NonterminalID
nonterminal
;
bool
needsEmptyProduction
;
}
Members
Variables
needsEmptyProduction
bool
needsEmptyProduction
;
Undocumented in source.
nonterminal
NonterminalID
nonterminal
;
Undocumented in source.
Meta
Source
See Implementation
dparsergen
generator
grammar
classes
EBNFGrammar
SymbolInfo
functions
addAnnotation
buildRegArrayGraph
checkGrammar
createGrammar
createGrammarWithoutDeactivatedProductions
createLexerGrammar
createOptEmptyGrammar
createRegArrayGrammar
createSymbol
escapeName
generateSymbolInfos
getSymbolByName
tagsSorted
writeFinalGrammarFile
structs
Constraint
NonterminalWithConstraint
StartNonterminal
SymbolWithConstraint