diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-22 22:11:22 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-22 22:11:22 +0000 |
| commit | 4ecea33a988c00caa98cacf934e61e361d94e8af (patch) | |
| tree | 7089d85dfa0daa5568799f671cfb9924f1012710 /test/btyacc/code_debug.output | |
| parent | e0ae66db632ac7c7773c8b85754bfc135f5bdbd5 (diff) | |
Notes
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 |
