pocketlang/tests
Thakee Nathees 227be9aab5 local variable miss-calculation bug fix
for nested functions the count of locals and the required stack size
are miss-calculated, ie. No new count wasn't started for inner functions
it makes the required stack size greater than or equal to it's enclosing
functions stack size.
2022-04-12 16:29:20 +05:30
..
benchmarks docs were fully refactored (#175) 2022-04-04 08:47:15 +05:30
examples fn, cls moved to constants buffer 2022-04-11 00:02:21 +05:30
lang local variable miss-calculation bug fix 2022-04-12 16:29:20 +05:30
native native api refactored (#157) 2021-07-01 14:55:53 +05:30
random fn, cls moved to constants buffer 2022-04-11 00:02:21 +05:30
check.py pk_var changed to pk_value and some minor changes 2022-04-07 06:13:29 +05:30
tests.py pk_var changed to pk_value and some minor changes 2022-04-07 06:13:29 +05:30