diff options
Diffstat (limited to 'test/btyacc/code_debug.output')
-rw-r--r-- | test/btyacc/code_debug.output | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/test/btyacc/code_debug.output b/test/btyacc/code_debug.output deleted file mode 100644 index 1e56c214a6cc3..0000000000000 --- a/test/btyacc/code_debug.output +++ /dev/null @@ -1,34 +0,0 @@ - 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 |