xgo/parser
Adrian Lee f90bc00af2
bugfix: parse expect error when mis match braces (#421)
* bugfix: parse expect error when mis match braces

Change-Id: Iba1ad456d5b020375bb0416f44fb54bc2e346d62

* fix wrong test case in vm_test

Change-Id: Idcdaf7ecc93eb61d374249d11282b8286557d30d

---------

Co-authored-by: lihongyuan <lihongyuan.adrian@bytedance.com>
2023-04-23 07:37:59 +01:00
..
ast.go fix internal package issue (#241) 2019-12-24 07:42:30 -08:00
ast_test.go add go module v2 (#244) 2019-12-29 13:38:51 -08:00
expr.go spread last call argument v2 (#302) 2020-06-08 18:54:24 +02:00
file.go fix internal package issue (#241) 2019-12-24 07:42:30 -08:00
opcodes.go spread last call argument v2 (#302) 2020-06-08 18:54:24 +02:00
parser.go bugfix: parse expect error when mis match braces (#421) 2023-04-23 07:37:59 +01:00
parser_test.go bugfix: parse expect error when mis match braces (#421) 2023-04-23 07:37:59 +01:00
pos.go fix internal package issue (#241) 2019-12-24 07:42:30 -08:00
scanner.go add support for parsing binary, octal and hex numbers (#364) 2022-06-15 09:50:39 +05:30
scanner_test.go add go module v2 (#244) 2019-12-29 13:38:51 -08:00
source_file.go fix internal package issue (#241) 2019-12-24 07:42:30 -08:00
stmt.go add go module v2 (#244) 2019-12-29 13:38:51 -08:00