Daniel
|
2f86800724
|
'enum' module (#166)
* 1. adding more methods to enum module
2. added ModuleMap.AddMap()
3. added bytes iterator
* add builtin functions 'is_enumerable' and 'is_array_like'
* builtin function 'is_iterable'
* first iteration on 'enum' module
* fix 'is_iterable' builtin function
|
2019-03-27 01:27:59 -07:00 |
|
Daniel
|
0c5e80b057
|
Limit the maximum size of string/bytes values (#121)
* add tengo.MaxStringLen and tengo.MaxBytesLen to limit the maximum byte-length of string/bytes values
* add couple more tests
|
2019-03-01 10:48:02 -08:00 |
|
earncef
|
5e21abfd74
|
IndexGet of Array, Index, ImmutableIndex, Bytes, String, Undefined
|
2019-02-09 16:45:21 -08:00 |
|
Daniel Kang
|
1045afd5a4
|
add Indexable / IndexAssignable interface
|
2019-01-22 15:44:37 -08:00 |
|
Daniel Kang
|
8cad04841e
|
add os File functions; add Bytes type
|
2019-01-18 01:43:46 -08:00 |
|