pocketlang/tests/lang
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
..
imports import statements are refactored. 2022-05-06 11:16:48 +05:30
basics.pk More code enhancements (read bellow) 2022-05-23 03:48:35 +05:30
builtin_fn.pk negative index, range slice and more 2022-05-08 23:19:33 +05:30
builtin_ty.pk Number constructor from string 2022-05-09 15:25:44 +05:30
class.pk super class method call implemented 2022-05-01 20:24:07 +05:30
closure.pk documentations are refactored 2022-05-07 17:47:58 +05:30
controlflow.pk documentations are refactored 2022-05-07 17:47:58 +05:30
core.pk documentations are refactored 2022-05-07 17:47:58 +05:30
fibers.pk self initialization and constructor calls implemented 2022-04-21 15:17:32 +05:30
functions.pk documentations are refactored 2022-05-07 17:47:58 +05:30
import.pk Minor code enhancements (read bellow) 2022-05-21 04:15:30 +05:30
tco.pk docs were fully refactored (#175) 2022-04-04 08:47:15 +05:30