Vorzeichen Patch
This commit is contained in:
parent
403b31c550
commit
6a56f51050
@ -114,7 +114,7 @@ New : 'new';
|
|||||||
|
|
||||||
|
|
||||||
//Values
|
//Values
|
||||||
IntValue : ('+'|'-')*[0-9]+;
|
IntValue : ('+'|'-')?[0-9]+;
|
||||||
CharValue: '\''~[\r\n]?'\'';
|
CharValue: '\''~[\r\n]?'\'';
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user