Skip to content
Snippets Groups Projects
Commit 15781243 authored by Adam Wardynski's avatar Adam Wardynski
Browse files

Allow spaces and tabs between number and sign.

parent 92edc096
No related branches found
No related tags found
No related merge requests found
......@@ -1089,7 +1089,7 @@ SIGNED_INT
options {
paraphrase = "Signed integer";
}
: ('-'|'+') ('0'..'9')+
: ('-'|'+') (' '!|'\t'!)* ('0'..'9')+
;
UNSIGNED_INT
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment