Mike Bazuin
c4e6e61fb6
Added builtin function to_json
...
objects/builtin_json.go:
- Added function builtinToJSON
objects/builtins.go:
- Added builtin function to_json
runtime/vm_builtin_test.go
- Added tests for builtin function to_json
2019-01-23 17:24:53 +01:00
Daniel Kang
a8d838ad3e
Compile can take custom stdlibs
2019-01-18 09:19:45 -08:00
Daniel Kang
8cad04841e
add os File functions; add Bytes type
2019-01-18 01:43:46 -08:00
Daniel Kang
44c55ea296
add some more os module functions, add more built-int functions
2019-01-17 21:23:20 -08:00
Daniel Kang
3f55a6b5b0
Modules ( #5 )
...
Implement module imports
2019-01-17 01:56:05 -08:00
Daniel Kang
8171d58071
Error Object ( #4 )
...
add error expression and error object
2019-01-16 12:23:20 -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
ce7e5cc980
type conversion builtin functions: string(), int(), bool(), float(), char()
2019-01-09 17:18:37 -08:00
Daniel Kang
2c3282da21
initial commit
2019-01-08 23:17:42 -08:00