dparsergen v0.1.0 (2023-05-07T14:44:42Z)
Dub
Repo
CommaGen
dparsergen
generator
parsercodegencommon
Undocumented in source.
struct
CommaGen {
string
commaStr
;
bool
alreadyCalled
;
this
(string commaStr);
this(this)
;
string
opCall
(bool setCalled);
}
Constructors
this
this
(string commaStr)
Undocumented in source.
Postblit
this(this)
this(this)
Undocumented in source.
Members
Functions
opCall
string
opCall
(bool setCalled)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
alreadyCalled
bool
alreadyCalled
;
Undocumented in source.
commaStr
string
commaStr
;
Undocumented in source.
Meta
Source
See Implementation
dparsergen
generator
parsercodegencommon
functions
checkTagsCode
createAllNonterminalsCode
createAllProductionsCode
createAllTokensCode
createParseStateComments
isIdentifierStr
nonterminalFlagsToCode
nonterminalIDCode
parseFunctionName
reduceFunctionName
reduceTagsCode
symbolNameCode
tokenDCode
tokenSetCode
structs
CommaGen