xgo/script
earncef ebddfd13a7 Added println (#144)
* Added println

* Fixed tests.

* Updated doc

* Fixed doc

* Cleanup

* Added size limit

* Fixed incorrect type

* Cleanup

* Consistent output for print and println
2019-03-16 00:14:22 -07:00
..
compiled.go Removed double indirection for massive performance gains (#140) 2019-03-14 01:07:19 -07:00
compiled_test.go add script.Compiled.Set function so compiled script can replace value of global variables 2019-02-01 11:09:12 -08:00
script.go Removed double indirection for massive performance gains (#140) 2019-03-14 01:07:19 -07:00
script_concurrency_test.go add Compiled.Clone to make them safe for concurrent execution (#134) 2019-03-08 01:10:49 -08:00
script_custom_test.go add tests for script custom objects 2019-01-11 03:15:31 -08:00
script_module_test.go Decoupled stdlib from vm, script and compiler (#126) 2019-03-04 10:21:39 -08:00
script_test.go Added println (#144) 2019-03-16 00:14:22 -07:00
variable.go Removed double indirection for massive performance gains (#140) 2019-03-14 01:07:19 -07:00
variable_test.go add more strings functions to text module 2019-01-28 19:30:32 -08:00