summaryrefslogtreecommitdiffstats
path: root/contrib/byacc/test/btyacc/err_syntax11.output
blob: bc5e66d9886f10ec9c50d2d4bbfc3e8f1c7520fb (plain)
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
29
30
31
32
33
34
35
   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


3 terminals, 2 nonterminals
2 grammar rules, 3 states

grammar parser grammar
symbol# value# symbol
     0      0  $end
     1    256  error
     2    124  '|'
     3    257  $accept
     4    258  S
OpenPOWER on IntegriCloud