Import NetBSD byacc

This commit is contained in:
Thomas Veerman
2012-06-06 13:25:48 +00:00
parent 18a5822eff
commit 4a17663c14
116 changed files with 34002 additions and 4964 deletions

View File

@@ -0,0 +1,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