Use strict on bench.pl.

* etc/bench.pl.in (&run, &generate_grammar): New.
	Rename the grammar generating functions for consistency.
	Change the interface so that the list of benches to run is passed
	as (optionless) arguments.
	(&compile): Use &run.
This commit is contained in:
Akim Demaille
2008-07-22 10:43:59 +02:00
parent a0d4650a09
commit 3a2803df74
2 changed files with 88 additions and 26 deletions

View File

@@ -1,3 +1,12 @@
2008-11-04 Akim Demaille <demaille@gostai.com>
Use strict on bench.pl.
* etc/bench.pl.in (&run, &generate_grammar): New.
Rename the grammar generating functions for consistency.
Change the interface so that the list of benches to run is passed
as (optionless) arguments.
(&compile): Use &run.
2008-11-04 Akim Demaille <demaille@gostai.com>
Remove spurious initial empty lines.