cpython v1.0.0-beta1 (2016-02-02T09:05:10Z)
Dub
Repo
arc
deimos
python
grammar
An arc from one state to another
extern (
C
)
struct
arc {
short
a_lbl
;
short
a_arrow
;
}
Members
Variables
a_arrow
short
a_arrow
;
State where this arc goes to
a_lbl
short
a_lbl
;
Label of this arc
Meta
Source
See Implementation
deimos
python
grammar
functions
PyGrammar_AddAccelerators
PyGrammar_FindDFA
PyGrammar_LabelRepr
PyGrammar_RemoveAccelerators
addarc
adddfa
addfirstsets
addlabel
addstate
findlabel
newgrammar
printgrammar
printnonterminals
translatelabels
manifest constants
EMPTY
structs
arc
dfa
grammar
label
labellist
state
An arc from one state to another