Get rid of yyrhs and yyprhs in larl1.java.

* data/lalr1.java (yyrhs_, yyprhs_): Remove.
	(yy_reduce_print): Rather, use yystos_ and the state stack.
This commit is contained in:
Akim Demaille
2008-11-24 10:53:18 +01:00
parent c265fd6beb
commit b4f1840114
2 changed files with 7 additions and 8 deletions

View File

@@ -1,3 +1,9 @@
2008-11-25 Akim Demaille <demaille@gostai.com>
Get rid of yyrhs and yyprhs in larl1.java.
* data/lalr1.java (yyrhs_, yyprhs_): Remove.
(yy_reduce_print): Rather, use yystos_ and the state stack.
2008-11-25 Akim Demaille <demaille@gostai.com>
Formatting changes.