pocketlang/tests
Thakee Nathees 8e04748f86 some builtin class methods were added
- check a string contains another with `in` keyword
- Number: isint, isbyte
- String: find, replace, split, startswith, endswith, strip
- Map: clear, has, get, pop
- list: insert, clear, find, pop
- removed str_sub builtin function as its redunent since we have
  range slice over strings.
- moved lower, upper attributes of strings as methods
2022-05-23 23:47:28 +05:30
..
benchmarks Minor code enhancements (read bellow) 2022-05-21 04:15:30 +05:30
examples adding globals support in native interface 2022-05-09 22:52:25 +05:30
lang some builtin class methods were added 2022-05-23 23:47:28 +05:30
modules native call api implemented 2022-05-17 23:51:01 +05:30
native More code enhancements (read bellow) 2022-05-23 03:48:35 +05:30
random math module moved to cli/modules 2022-04-22 07:04:09 +05:30