repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
tools/llvm: Do not build with symbols
[minix3.git]
/
external
/
bsd
/
byacc
/
dist
/
test
/
pure_error.output
blob
0c4db6225e2403d415932ac8c367b00c427abc13
1
0 $accept : S $end
2
3
1 S : error
4
\f
5
state 0
6
$accept : . S $end (0)
7
8
error shift 1
9
. error
10
11
S goto 2
12
13
14
state 1
15
S : error . (1)
16
17
. reduce 1
18
19
20
state 2
21
$accept : S . $end (0)
22
23
$end accept
24
25
26
2 terminals, 2 nonterminals
27
2 grammar rules, 3 states