part of multimodule execution impl in interpreter: frame extension, state exstension, call and return

This commit is contained in:
ProgramSnail 2024-11-29 23:11:46 +03:00
parent 0a26953318
commit 59f3dfb43e
9 changed files with 108 additions and 59 deletions

View file

@ -2,4 +2,4 @@
#include "parser.h"
void run(bytefile *bf, int argc, char **argv);
void run(uint mod_id, int argc, char **argv);