Commit 6d07889b authored by Taddeüs Kroes's avatar Taddeüs Kroes

Fixed integer match.

parent 8550d37c
......@@ -4,7 +4,7 @@
%}
reg \$[a-zA-Z0-9]+
word [a-zA-Z0-9_\.]+
int [1-9][0-9]*
int [0-9]+
%%
[\n] { return NL; } /* Newline */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment