Commit graph

66 commits

Author SHA1 Message Date
Daniel Kang
8171d58071
Error Object (#4)
add error expression and error object
2019-01-16 12:23:20 -08:00
Daniel Kang
47da30bb5b some more tests in objects 2019-01-15 20:21:35 -08:00
Daniel Kang
40ad7aa1bb Fix undefined value compatibility 2019-01-15 17:21:58 -08:00
Daniel Kang
344c96d280 add objects tests 2019-01-15 10:35:51 -08:00
Daniel Kang
e1e0e0cb24 fix golint, ineffectassign issues and add some more tests 2019-01-15 10:14:16 -08:00
Daniel Kang
575d969956 split iterator files 2019-01-14 23:52:52 -08:00
Daniel Kang
b79fd4f7ef
Fix lint issues (#2)
* addressing golint issues

* fix all lint issues.
2019-01-14 22:24:33 -08:00
Daniel Kang
dab498651a add tests for Object.BinaryOp 2019-01-14 05:22:28 -08:00
Daniel Kang
8a2784853b add documentation comment on Object and Callable interface 2019-01-14 04:47:36 -08:00
Daniel Kang
ca128af33b reduce number of memory allocation in object binary operators 2019-01-13 14:24:39 -08:00
Daniel Kang
27438eea6f update directory package structure 2019-01-11 02:27:28 -08:00
Daniel Kang
b638f0db87 add objects.Callable 2019-01-09 19:07:03 -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
cce71f0cd5 update script package 2019-01-09 12:39:40 -08:00
Daniel Kang
2c3282da21 initial commit 2019-01-08 23:17:42 -08:00