start working on oop runtime
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
#include "memory.h"
|
||||
#include "parser/parser.h"
|
||||
#include "translator/translator.h"
|
||||
#include "runtime/runtime.h"
|
||||
|
||||
#include <endian.h>
|
||||
#include <string.h>
|
||||
@@ -73,6 +74,8 @@ int main(int argc, char *argv[]) {
|
||||
|
||||
fclose(file);
|
||||
|
||||
runtime(translated);
|
||||
|
||||
free_translator(&translated);
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user