forked from KPGPMC/furlang
feat(furvm): introduce module, instruction and constant
This commit is contained in:
@@ -5,6 +5,8 @@
|
||||
int main(void) {
|
||||
furvm::context context;
|
||||
|
||||
auto mainModule = context.emplace();
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user