dparsergen v0.1.0 (2023-05-07T14:44:42Z)
Dub
Repo
Graph.Node
dparsergen
generator
nfa
Graph
Undocumented in source.
class
Graph
(Symbol_, Result_, EdgeExtra_ = string)
static
class
Node {
string
name
;
Edge
[]
edges
;
immutable
(
Result
)[]
results
;
string
toString
();
}
Members
Functions
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
edges
Edge
[]
edges
;
Undocumented in source.
name
string
name
;
Undocumented in source.
results
immutable
(
Result
)[]
results
;
Undocumented in source.
Meta
Source
See Implementation
dparsergen
generator
nfa
Graph
aliases
EdgeExtra
Result
Symbol
classes
Node
functions
addCopy
addEdge
addNode
createSet
get
getEdges
getNext
getNextEdge
graphPointer
nodeID
nodeIDs
structs
Edge
NodeID
variables
end
invisibleEdges
nodes
otherStarts
start