pocketlang/tests
Thakee Nathees 2fd7b1f6e4 More code enhancements (read bellow)
- ByteBuffer, and Vector classes were created. However thier methods are
  limited, and to do.
- Strings supports new line escape "\\n".
- typename will return class name of an instance (was just 'Inst' fixed)
- _repr() method added. if _str method doesn' exists on an instance,
  it'll try to call _repr() to make a string.
- number.isint(), number.isbyte() method added
- [], []= operator were added.
2022-05-23 03:48:35 +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 More code enhancements (read bellow) 2022-05-23 03:48:35 +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