mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-11 12:19:15 +00:00
P-code parsing of NumberContext
This commit is contained in:
@@ -223,6 +223,19 @@ ExceptionTarget = "exceptiontarget "{PositiveNumberLiteral}":"
|
||||
"class" |
|
||||
"function" { return token(TokenType.KEYWORD2);}
|
||||
|
||||
|
||||
"Number" |
|
||||
"int" |
|
||||
"uint" |
|
||||
"NumberContext" |
|
||||
"CEILING" |
|
||||
"UP" |
|
||||
"HALF_UP" |
|
||||
"HALF_EVEN" |
|
||||
"HALF_DOWN" |
|
||||
"DOWN" |
|
||||
"FLOOR" { return token(TokenType.KEYWORD2); }
|
||||
|
||||
/* string literal */
|
||||
\" {
|
||||
yybegin(STRING);
|
||||
|
||||
Reference in New Issue
Block a user