xgo/script
earncef 880ee04ffe script.Add accepts a CallableFunc value (#124)
* script.Add accepts a CallableFunc value

* moved to FromInterface
2019-03-01 09:28:41 -08:00
..
compiled.go add script.Compiled.Set function so compiled script can replace value of global variables 2019-02-01 11:09:12 -08: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
conversion.go force using TrueValue, FalseValue, UndefinedValue 2019-01-28 13:09:40 -08:00
script.go SetBuiltinFunctions and SetBuiltinModules (#120) 2019-02-28 08:26:25 -08:00
script_custom_test.go add tests for script custom objects 2019-01-11 03:15:31 -08:00
script_module_test.go SetBuiltinFunctions and SetBuiltinModules (#120) 2019-02-28 08:26:25 -08:00
script_test.go script.Add accepts a CallableFunc value (#124) 2019-03-01 09:28:41 -08:00
variable.go force using TrueValue, FalseValue, UndefinedValue 2019-01-28 13:09:40 -08:00
variable_test.go add more strings functions to text module 2019-01-28 19:30:32 -08:00