mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-13 02:08:45 +00:00
part of multimodule execution impl in interpreter: frame extension, state exstension, call and return
This commit is contained in:
parent
0a26953318
commit
59f3dfb43e
9 changed files with 108 additions and 59 deletions
|
|
@ -2,4 +2,4 @@
|
|||
|
||||
#include "parser.h"
|
||||
|
||||
void run(bytefile *bf, int argc, char **argv);
|
||||
void run(uint mod_id, int argc, char **argv);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue