dparsergen v0.1.0 (2023-05-07T14:44:42Z)
Dub
Repo
LexerAction
dparsergen
generator
lexergenerator
Undocumented in source.
struct
LexerAction {
NonterminalID
nonterminal
;
bool
isIgnoreToken
;
bool
isNegLookahead
;
}
Members
Variables
isIgnoreToken
bool
isIgnoreToken
;
Undocumented in source.
isNegLookahead
bool
isNegLookahead
;
Undocumented in source.
nonterminal
NonterminalID
nonterminal
;
Undocumented in source.
Meta
Source
See Implementation
dparsergen
generator
lexergenerator
classes
SubAutomaton
functions
codepointSetToCode
codepointSetToStr
createLexerCode
genGraphForNonterminal
generateStateMachine
generateTokenGraph
removeMinimalMatchEdges
restrictToAssumedCodepoints
structs
DCharToken
LexerAction