%parse: support several arguments.

* src/parse-gram.y (current_param): New.
	(param_type): Add param_none.
	(params): New nonterminal.
	Use it.
This commit is contained in:
Akim Demaille
2009-09-09 15:35:49 +02:00
parent b18cdd91e8
commit eaca4c1103
2 changed files with 26 additions and 8 deletions

View File

@@ -1,3 +1,11 @@
2009-09-09 Akim Demaille <demaille@gostai.com>
%parse: support several arguments.
* src/parse-gram.y (current_param): New.
(param_type): Add param_none.
(params): New nonterminal.
Use it.
2009-09-09 Akim Demaille <demaille@gostai.com>
Regen.