mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-22 18:46:24 +00:00
AS2 pcode lexer fix
This commit is contained in:
@@ -93,7 +93,7 @@ NegativeNumberLiteral = - {PositiveNumberLiteral}
|
||||
NumberLiteral = {PositiveNumberLiteral}|{NegativeNumberLiteral}
|
||||
|
||||
/* floating point literals */
|
||||
FloatLiteral = -?"NaN" | -?{Infinity} | -?(({FLit1}|{FLit2}|{FLit3}) {Exponent}?)
|
||||
FloatLiteral = "NaN" | {Infinity} | -?(({FLit1}|{FLit2}|{FLit3}) {Exponent}?)
|
||||
|
||||
FLit1 = [0-9]+ \. [0-9]*
|
||||
FLit2 = \. [0-9]+
|
||||
|
||||
Reference in New Issue
Block a user