null_lex.l revision 310490
1%{
2#include "null_gram.h"
3
4void null_error(const char *fmt, ...) {}
5int yywrap(void) { return 0; }
6%}
7%option nounput
8%option noinput
9%%
10