mirror of
https://github.com/zekexiao/pocketlang.git
synced 2025-02-06 04:37:47 +08:00
227be9aab5
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. |
||
---|---|---|
.. | ||
import | ||
basics.pk | ||
builtin_fn.pk | ||
class.pk | ||
controlflow.pk | ||
core.pk | ||
fibers.pk | ||
functions.pk | ||
import.pk | ||
tco.pk |