pocketlang/tests/lang
Thakee Nathees 6a22653263 Minor code enhancements (read bellow)
- Warnings were fixed
- Libraries are registered internally when PKVM created
  and cleanedup when PKVM freed (if PK_NO_LIBS not defined)
- Lang.clock() moved to time module and sleep, epoch time
  were added.
- Support both upper case and lower case hex literals
- Support hex excaped characters inside strings (ex: "\x41")
- Native api for import modules added `pkImportModule(...)`
- pkAllocString, pkDeallocString are changed to pkRealloc.
- NewInstance, DeleteInstance functions now take PKVM however
  delete function should not allocate any memory since it's
  invoked at the GC execution.
2022-05-21 04:15:30 +05:30
..
imports import statements are refactored. 2022-05-06 11:16:48 +05:30
basics.pk negative index, range slice and more 2022-05-08 23:19:33 +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