Use b4_parser_tables_define in glr.cc.

* data/glr.c: Use b4_parser_tables_define instead of defining the
	(deterministic integral) tables by hand.
This commit is contained in:
Akim Demaille
2008-11-25 22:01:53 +01:00
parent 2c1bf9bd68
commit 728e89a09b
2 changed files with 9 additions and 61 deletions

View File

@@ -1,3 +1,9 @@
2008-11-26 Akim Demaille <demaille@gostai.com>
Use b4_parser_tables_define in glr.cc.
* data/glr.c: Use b4_parser_tables_define instead of defining the
(deterministic integral) tables by hand.
2008-11-26 Akim Demaille <demaille@gostai.com>
Use b4_parser_tables_define in Java.