WIP: add a Val struct as an input/output when calling a function

This commit is contained in:
2024-12-11 17:29:32 +01:00
parent 6e2fe34a5c
commit 0ac4df97e9
3 changed files with 14 additions and 21 deletions

View File

@@ -975,6 +975,7 @@ void Generator::Generate()
ResizeStack();
ResizeBlockStack();
ResizeEzcFrameStack();
InitializeTmpStreams();
filter_index = 0;
stack_index = 0;
ezc_frames_stack_index = 0;