18b953c7be
* [OpJumpFalse, OpAndJump, OpOrJump, OpJump], these four instructions have been changed to use 4 bytes to avoid precision loss and panic when the number of instructions exceeds the maximum of 16 bits (65535) * update test cases * update test cases --------- Co-authored-by: 王录祥 <wanglx@smartsteps.com> |
||
---|---|---|
.. | ||
ast.go | ||
ast_test.go | ||
expr.go | ||
file.go | ||
opcodes.go | ||
parser.go | ||
parser_test.go | ||
pos.go | ||
scanner.go | ||
scanner_test.go | ||
source_file.go | ||
stmt.go |