diff options
Diffstat (limited to 'test/btyacc/code_debug.output')
| -rw-r--r-- | test/btyacc/code_debug.output | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/test/btyacc/code_debug.output b/test/btyacc/code_debug.output new file mode 100644 index 000000000000..1e56c214a6cc --- /dev/null +++ b/test/btyacc/code_debug.output @@ -0,0 +1,34 @@ + 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 + +grammar parser grammar +symbol# value# symbol + 0 0 $end + 1 256 error + 2 257 $accept + 3 258 S |
