dparsergen v0.1.0 (2023-05-07T14:44:42Z)
Dub
Repo
createParseStateComments
dparsergen
generator
parsercodegencommon
Undocumented in source. Be warned that the author may not have intended to support it.
void
createParseStateComments
(CodeWriter code, LRGraph graph, LRElementSet elements, NonterminalID[][] stackDelayedReduce)
void
createParseStateComments
(
ref
CodeWriter
code
,
LRGraph
graph
,
const
LRElementSet
elements
,
const
NonterminalID
[][]
stackDelayedReduce
= []
)
void
createParseStateComments
(CodeWriter code, LRGraph graph, size_t stateNr, LRGraphNode node)
Meta
Source
See Implementation
dparsergen
generator
parsercodegencommon
functions
checkTagsCode
createAllNonterminalsCode
createAllProductionsCode
createAllTokensCode
createParseStateComments
isIdentifierStr
nonterminalFlagsToCode
nonterminalIDCode
parseFunctionName
reduceFunctionName
reduceTagsCode
symbolNameCode
tokenDCode
tokenSetCode
structs
CommaGen