lex_example
tree
{refs}
outline
[boxes]
'chr'
#dec
#hex
goto 'chr'
Modes
(1)
0
INITIAL
start:
@1
Symbols
(5)
%1
%2
A
#
65
#x
41
%3
C
#
67
#x
43
%4
B
#
66
#x
42
%5
D
#
68
#x
44
Rules
(2)
&1
(3,9)
(
INITIAL
)
A
#
65
#x
41
*
[
B
#
66
#x
42
C
#
67
#x
43
]
*
D
#
68
#x
44
&2
(5,22)
(
INITIAL
)
A
#
65
#x
41
*
B
#
66
#x
42
*
States
(4)
@1
start of mode
INITIAL
goto
@2
under
%2
(A)
@2
accept
&2
goto
@3
under
%3
(C)
goto
@2
under
%4
(B)
goto
@4
under
%5
(D)
@3
goto
@3
under
%3
(C)
%4
(B)
goto
@4
under
%5
(D)
@4
accept
&1