case $1 in
test) shift; $* Lex/testscanner.mll;;
bench) shift; xtime -o /dev/null -e /dev/null -repeat 3 $* Lex/testscanner.mll;;
esac