earncef
|
7cc683e867
|
SetBuiltinFunctions and SetBuiltinModules (#120)
* `SetBuiltinFunctions` and `SetBuiltinModules`
* nil implies no built in functions.
* Additional tests.
* Cleanup
* Updated SetBuiltinFunctions
* Docs updated.
|
2019-02-28 08:26:25 -08:00 |
|
Daniel
|
fc4e3586c4
|
Fix a closure-block scope bug (#99)
* fix issue #98
* remove objects.CompiledModule
* remove objects.CompiledModule
|
2019-02-11 17:34:02 -08:00 |
|
earncef
|
5e21abfd74
|
IndexGet of Array, Index, ImmutableIndex, Bytes, String, Undefined
|
2019-02-09 16:45:21 -08:00 |
|
Daniel
|
2b517f376e
|
add 'rand' module (#90)
|
2019-02-09 12:33:35 -08:00 |
|
R.I.Pienaar
|
06c7e7df61
|
add os.readfile()
|
2019-02-07 21:58:47 +01:00 |
|
R.I.Pienaar
|
69961de7de
|
add os.stat() and file.stat()
|
2019-02-06 15:20:41 +01:00 |
|
Daniel Kang
|
90aafc8bb4
|
Add 'is_function' and 'is_callable' builtin functions
|
2019-02-03 15:50:40 -08:00 |
|
Daniel Kang
|
eda0495f30
|
Fix several module-related issues
|
2019-02-02 22:22:40 -08:00 |
|
Daniel Kang
|
9c21c8a804
|
Fix a bug where user modules couldn't resolve builtin functions
|
2019-02-01 18:13:29 -08:00 |
|
Daniel Kang
|
9e73f40485
|
1. Added documentation on operators. 2. Add (char)-(int) operators
|
2019-02-01 16:58:44 -08:00 |
|
Daniel Kang
|
4f4646032c
|
Update documentation for compiled scripts
|
2019-02-01 11:25:57 -08:00 |
|
Daniel Kang
|
44248b8c4b
|
Update interoperability.md
|
2019-01-31 01:14:47 -08:00 |
|
Daniel Kang
|
85d90f61ab
|
Update objects.md
|
2019-01-31 00:41:35 -08:00 |
|
Daniel Kang
|
950cb79648
|
update documentation
|
2019-01-31 00:39:45 -08:00 |
|
Daniel Kang
|
46c7190109
|
Script.AddModule() to take *Script not *Compiled
|
2019-01-30 23:06:00 -08:00 |
|
Daniel Kang
|
edc23cf2f1
|
working on script modules (WIP)
|
2019-01-30 21:50:15 -08:00 |
|
Daniel Kang
|
64d99807d8
|
remove unused code for tuple value return
|
2019-01-30 02:01:44 -08:00 |
|
Daniel Kang
|
b19d9de0bf
|
update CLI documentation
|
2019-01-30 01:23:26 -08:00 |
|
Daniel Kang
|
a9aa8dc673
|
update documentation
|
2019-01-30 01:05:35 -08:00 |
|
Daniel Kang
|
06573e5904
|
add documentation for times module
|
2019-01-29 21:22:58 -08:00 |
|
Daniel Kang
|
49b2b5f75f
|
add documentation for text module
|
2019-01-29 21:08:21 -08:00 |
|
Daniel Kang
|
591d745ef7
|
updating documents for stdlib
|
2019-01-29 20:46:30 -08:00 |
|
Daniel Kang
|
378bf510d3
|
add Time type; add is_array, is_immutable_array, is_map, is_immutable_map, is_time, time builtin function
|
2019-01-29 16:01:14 -08:00 |
|
Chyroc
|
d413d2ffe7
|
feat: add builtin function: type
|
2019-01-28 13:19:03 +08:00 |
|
Daniel Kang
|
bb9f375321
|
update documentation
|
2019-01-27 17:33:24 -08:00 |
|
Daniel Kang
|
bbc76a0228
|
add 'to_json' and 'from_json' to builtin documentation
|
2019-01-26 06:40:13 -08:00 |
|
Daniel Kang
|
85001be9b8
|
implement immutable array and map
|
2019-01-25 14:54:58 -08:00 |
|
Daniel Kang
|
19498da491
|
adding immutable value (incomplete)
|
2019-01-24 19:31:17 -08:00 |
|
Daniel Kang
|
37016f4e17
|
add 'printf' and 'sprintf' builtin functions
|
2019-01-24 16:38:04 -08:00 |
|
Daniel Kang
|
a9eaf06b9a
|
update interop sandbox document
|
2019-01-24 13:56:41 -08:00 |
|
Daniel Kang
|
e445fd0f3f
|
update interoperability
|
2019-01-23 17:35:57 -08:00 |
|
Daniel Kang
|
fa215b083b
|
update docs
|
2019-01-23 16:30:41 -08:00 |
|
Daniel Kang
|
2a144dc497
|
add docs directory and move some documents from Wiki
|
2019-01-23 15:39:05 -08:00 |
|