dparsergen v0.1.0 (2023-05-07T14:44:42Z)
Dub
Repo
generateReduceFunction
dparsergen
generator
parsercodegen
Undocumented in source. Be warned that the author may not have intended to support it.
void
generateReduceFunction
(
ref
CodeWriter
code
,
LRGraph
graph
,
string
funcName
,
immutable
ProductionID
[]
productionIDs
,
NonterminalID
[
immutable
(
NonterminalID
[])]
combinedReduceNonterminals
)
Meta
Source
See Implementation
dparsergen
generator
parsercodegen
functions
createParseFunction
createParserModule
generateReduceFunction
parserStackType
resultType