more stuff

This commit is contained in:
Bill Currie 2001-06-12 22:26:10 +00:00
parent d59048d592
commit 72b93d0062

View file

@ -11,9 +11,11 @@ ID [a-zA-Z_][a-zA-Z_0-9]*
%%
{DIGIT}+"."{DIGIT}*
{DIGIT}+"."{DIGIT}* return VALUE;
{ID}
{ID} return NAME
\"(\.|[^"])*\"
"!"|"("|")"|"{"|"}"|"."|"*"|"/"|"&"|"|"|"+"|"-"|"="|"["|"]" return yytext[0];