ddparser ~master (2022-05-08T05:41:52.9614299)
Dub
Repo
NFAState
ddparser
lex
Undocumented in source.
struct
NFAState {
uint
index
;
Vec
!(
NFAState
*)[
256
]
chars
;
Vec
!(
NFAState
*)
epsilon
;
Vec
!(
Action
*)
accepts
;
Vec
!(
Action
*)
live
;
}
Members
Variables
accepts
Vec
!(
Action
*)
accepts
;
Undocumented in source.
chars
Vec
!(
NFAState
*)[
256
]
chars
;
Undocumented in source.
epsilon
Vec
!(
NFAState
*)
epsilon
;
Undocumented in source.
index
uint
index
;
Undocumented in source.
live
Vec
!(
Action
*)
live
;
Undocumented in source.
Meta
Source
See Implementation
ddparser
lex
aliases
ScanStateTransitionSet
VecDFAState
VecNFAState
functions
build_scanners
popFront
trans_cmp_fn
trans_hash_fn
manifest constants
LIVE_DIFF_IN_TRANSITIONS
structs
DFAState
LexState
NFAState
ScanState
ScanStateTransition