mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-10 03:38:06 +00:00
Using NumberContext parameter in operations.
Compiling use clause with usage, rounding, precision
This commit is contained in:
@@ -204,7 +204,7 @@ XmlSQuoteStringChar = [^\r\n\']
|
||||
|
||||
|
||||
/* integer literals */
|
||||
DecIntegerLiteral = (0 | [1-9][0-9]*) [ui]
|
||||
DecIntegerLiteral = (0 | [1-9][0-9]*) [ui]?
|
||||
|
||||
HexIntegerLiteral = 0 [xX] 0* {HexDigit}+
|
||||
HexDigit = [0-9a-fA-F]
|
||||
|
||||
Reference in New Issue
Block a user