dparsergen v0.1.0 (2023-05-07T14:44:42Z)
Dub
Repo
createParseFunction
dparsergen
generator
parsercodegen
Undocumented in source. Be warned that the author may not have intended to support it.
void
createParseFunction
(
ref
CodeWriter
code
,
LRGraph
graph
,
size_t
stateNr
,
const
LRGraphNode
node
,
bool
useRegexlookahead
,
ref
EBNFGrammar
lookaheadGrammar
,
NonterminalID
[
immutable
(
NonterminalID
[])]
combinedReduceNonterminals
,
ref
RegexLookahead
regexLookahead
)
Meta
Source
See Implementation
dparsergen
generator
parsercodegen
functions
createParseFunction
createParserModule
generateReduceFunction
parserStackType
resultType