mirror of
https://github.com/zekexiao/pocketlang.git
synced 2025-02-05 20:26:53 +08:00
bb588e9470
pkVar is removed and slots (like wren) are implemented for accessing or passing pocketlang values to C and vice versa. Yet all the slot related functions are callable at runtime (a fiber is associated with the VM) which needs to be refactored to allocate slots even if it's not runtime, to let users make use of the pocketlang values before or without running a function. |
||
---|---|---|
.. | ||
benchmarks | ||
examples | ||
lang | ||
modules | ||
native | ||
random | ||
check.py | ||
tests.py |