Vorzeichen Patch

This commit is contained in:
David Mueller 2024-07-04 09:32:00 +02:00
parent 403b31c550
commit 6a56f51050

View File

@ -114,7 +114,7 @@ New : 'new';
//Values
IntValue : ('+'|'-')*[0-9]+;
IntValue : ('+'|'-')?[0-9]+;
CharValue: '\''~[\r\n]?'\'';