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
Józef Sokołowski
6fc27defb8
add support for parsing binary, octal and hex numbers ( #364 )
...
Fixes #363
Co-authored-by: Józef Sokołowski <jozef.sokolowski@gmail.com>
2022-06-15 09:50:39 +05:30
Ozan Hacıbekiroğlu
7834251c84
spread last call argument v2 ( #302 )
2020-06-08 18:54:24 +02:00
daniel
d5b24138d3
add go module v2 ( #244 )
2019-12-29 13:38:51 -08:00
daniel
a9a233a750
fix internal package issue ( #241 )
...
* fix internal package issue
* ExampleSimple -> Example
2019-12-24 07:42:30 -08:00
Daniel Kang
27438eea6f
update directory package structure
2019-01-11 02:27:28 -08:00
Daniel Kang
53af0d6328
move file and fileset to source package
2019-01-11 01:16:34 -08:00
Daniel Kang
8e5657d67c
fix CharLit parser bug
2019-01-10 02:45:20 -08:00
Daniel Kang
c2305f3cce
fix parsing and equality bug of "undefined"
2019-01-09 17:26:30 -08:00
Daniel Kang
ce7e5cc980
type conversion builtin functions: string(), int(), bool(), float(), char()
2019-01-09 17:18:37 -08:00
Daniel Kang
60c95c5de8
token.CHAR -> token.Char, token.STRING -> token.String
2019-01-09 08:58:18 -08:00
Daniel Kang
2c3282da21
initial commit
2019-01-08 23:17:42 -08:00