xgo/objects
2019-01-14 05:22:28 -08:00
..
array.go reduce number of memory allocation in object binary operators 2019-01-13 14:24:39 -08:00
array_test.go add tests for Object.BinaryOp 2019-01-14 05:22:28 -08:00
bool.go update directory package structure 2019-01-11 02:27:28 -08:00
break.go update directory package structure 2019-01-11 02:27:28 -08:00
builtin_append.go initial commit 2019-01-08 23:17:42 -08:00
builtin_convert.go reduce number of memory allocation in object binary operators 2019-01-13 14:24:39 -08:00
builtin_copy.go initial commit 2019-01-08 23:17:42 -08:00
builtin_function.go update directory package structure 2019-01-11 02:27:28 -08:00
builtin_len.go initial commit 2019-01-08 23:17:42 -08:00
builtin_print.go initial commit 2019-01-08 23:17:42 -08:00
builtins.go type conversion builtin functions: string(), int(), bool(), float(), char() 2019-01-09 17:18:37 -08:00
callable.go add documentation comment on Object and Callable interface 2019-01-14 04:47:36 -08:00
char.go update directory package structure 2019-01-11 02:27:28 -08:00
closure.go update directory package structure 2019-01-11 02:27:28 -08:00
compiled_function.go update directory package structure 2019-01-11 02:27:28 -08:00
continue.go update directory package structure 2019-01-11 02:27:28 -08:00
errors.go initial commit 2019-01-08 23:17:42 -08:00
float.go reduce number of memory allocation in object binary operators 2019-01-13 14:24:39 -08:00
float_test.go add tests for Object.BinaryOp 2019-01-14 05:22:28 -08:00
int.go reduce number of memory allocation in object binary operators 2019-01-13 14:24:39 -08:00
int_test.go add tests for Object.BinaryOp 2019-01-14 05:22:28 -08:00
iterator.go update directory package structure 2019-01-11 02:27:28 -08:00
map.go update directory package structure 2019-01-11 02:27:28 -08:00
object.go add documentation comment on Object and Callable interface 2019-01-14 04:47:36 -08:00
objects.go reduce number of memory allocation in object binary operators 2019-01-13 14:24:39 -08:00
objects_test.go add tests for Object.BinaryOp 2019-01-14 05:22:28 -08:00
return_value.go update directory package structure 2019-01-11 02:27:28 -08:00
string.go reduce number of memory allocation in object binary operators 2019-01-13 14:24:39 -08:00
string_test.go add tests for Object.BinaryOp 2019-01-14 05:22:28 -08:00
undefined.go reduce number of memory allocation in object binary operators 2019-01-13 14:24:39 -08:00