dparsergen v0.1.0 (2023-05-07T14:44:42Z)
Dub
Repo
toGraphViz2
dparsergen
generator
nfa
Undocumented in source. Be warned that the author may not have intended to support it.
void
toGraphViz2
(G g, string filename)
void
toGraphViz2
(
alias
tokensName
=
(
ts
)
=>
ts.map
!(
t
=>
text
(
t
)
).
join
("\n")
alias
resultsText
=
defaultNodeResultsText
G
)
(
G
g
,
string
filename
)
void
toGraphViz2
(G g, File f, size_t idoffset)
Meta
Source
See Implementation
dparsergen
generator
nfa
aliases
Set
classes
Graph
enums
EdgeFlags
functions
completeEmpty
defaultNodeResultsText
makeDeterministic
minimizeDFA
reachableResults
removeDeadStates
simulate
toGraphViz
toGraphViz2
structs
HybridSet