2012-05-03 09:57:52 +00:00
|
|
|
|
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
|
2014-04-22 22:11:22 +00:00
|
|
|
|
|
|
|
|
|
grammar parser grammar
|
|
|
|
|
symbol# value# symbol
|
|
|
|
|
0 0 $end
|
|
|
|
|
1 256 error
|
|
|
|
|
2 257 $accept
|
|
|
|
|
3 258 S
|