aboutsummaryrefslogtreecommitdiff
path: root/test/btyacc/empty.output
blob: bb2b6a9e348c763e012fad009de1e4bd5585bb5c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
   0  $accept : start $end

   1  start :

state 0
	$accept : . start $end  (0)
	start : .  (1)

	.  reduce 1

	start  goto 1


state 1
	$accept : start . $end  (0)

	$end  accept


2 terminals, 2 nonterminals
2 grammar rules, 2 states

grammar parser grammar
symbol# value# symbol
     0      0  $end
     1    256  error
     2    257  $accept
     3    258  start