bench.pl -d, --directive.

* etc/bench.pl.in (@directive): New.
	(&bench_grammar): Use it.
	(&bench_list_grammar): New, to provide access to the "variant"
	grammar.
	Use it.
	(getopts): Support -d, --directive.
This commit is contained in:
Akim Demaille
2008-08-02 22:06:49 +02:00
parent d3be4f6d42
commit 757f8f98fc
2 changed files with 64 additions and 6 deletions

View File

@@ -1,3 +1,13 @@
2008-11-09 Akim Demaille <demaille@gostai.com>
bench.pl -d, --directive.
* etc/bench.pl.in (@directive): New.
(&bench_grammar): Use it.
(&bench_list_grammar): New, to provide access to the "variant"
grammar.
Use it.
(getopts): Support -d, --directive.
2008-11-09 Akim Demaille <demaille@gostai.com>
Use inline for small operations.