File: error.output

package info (click to toggle)
perl-byacc 2.0-10
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 716 kB
  • sloc: ansic: 7,136; yacc: 2,035; perl: 1,779; makefile: 206; sh: 9
file content (27 lines) | stat: -rw-r--r-- 262 bytes parent folder | download | duplicates (34)
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
   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