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
Branches
No related merge requests found
......@@ -1089,7 +1089,7 @@ SIGNED_INT
options {
paraphrase = "Signed integer";
}
: ('-'|'+') ('0'..'9')+
: ('-'|'+') (' '!|'\t'!)* ('0'..'9')+
;
UNSIGNED_INT
......
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