Closed hihiboss closed 5 years ago
Where compiler
Bug detail in compileIntegerLiteral(), this function should check whether the value is greater than 0 or not.
compileIntegerLiteral()
Fix plan If the value is less than 0, you should emerge Minus opcode.
Minus
Reference
Where compiler
Bug detail in
compileIntegerLiteral()
, this function should check whether the value is greater than 0 or not.Fix plan If the value is less than 0, you should emerge
Minus
opcode.Reference
280