ddparser.lex

Undocumented in source.

Members

Aliases

VecDFAState
alias VecDFAState = Vec!(DFAState*)
Undocumented in source.
VecNFAState
alias VecNFAState = Vec!(NFAState*)
Undocumented in source.

Functions

build_scanners
void build_scanners(Grammar* g)
Undocumented in source. Be warned that the author may not have intended to support it.
popFront
T popFront(T[] v)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

LIVE_DIFF_IN_TRANSITIONS
enum LIVE_DIFF_IN_TRANSITIONS;
Undocumented in source.

Structs

DFAState
struct DFAState
Undocumented in source.
LexState
struct LexState
Undocumented in source.
NFAState
struct NFAState
Undocumented in source.
ScanState
struct ScanState
Undocumented in source.
ScanStateTransition
struct ScanStateTransition
Undocumented in source.

Meta