freebsd-skq/contrib/byacc/test/btyacc/code_debug.output

35 lines
389 B
Plaintext
Raw Normal View History

0 $accept : S $end
1 S : error
state 0
$accept : . S $end (0)
error shift 1
. error
S goto 2
state 1
S : error . (1)
. reduce 1
state 2
$accept : S . $end (0)
$end accept
2 terminals, 2 nonterminals
2 grammar rules, 3 states
2014-04-22 22:11:22 +00:00
grammar parser grammar
symbol# value# symbol
0 0 $end
1 256 error
2 257 $accept
3 258 S