Skip to content
Snippets Groups Projects
Commit 6d07889b authored by Taddeüs Kroes's avatar Taddeüs Kroes
Browse files

Fixed integer match.

parent 8550d37c
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment