dparsergen v0.1.0 (2023-05-07T14:44:42Z)
Dub
Repo
SubAutomaton
dparsergen
generator
lexergenerator
Undocumented in source.
class
SubAutomaton {
immutable
(
SymbolInstance
)[]
recursiveSequence
;
Graph
!(
DCharToken
,
LexerAction
)
dfa
;
}
Members
Variables
dfa
Graph
!(
DCharToken
,
LexerAction
)
dfa
;
Undocumented in source.
recursiveSequence
immutable
(
SymbolInstance
)[]
recursiveSequence
;
Undocumented in source.
Meta
Source
See Implementation
dparsergen
generator
lexergenerator
classes
SubAutomaton
functions
codepointSetToCode
codepointSetToStr
createLexerCode
genGraphForNonterminal
generateStateMachine
generateTokenGraph
removeMinimalMatchEdges
restrictToAssumedCodepoints
structs
DCharToken
LexerAction