mirror of
https://github.com/open-goal/jak-project
synced 2026-08-04 01:04:11 -04:00
integer constant program working up to ir
This commit is contained in:
+3
-3
@@ -1,13 +1,13 @@
|
||||
#include <cstdio>
|
||||
#include "goalc/goos/Interpreter.h"
|
||||
#include "goalc/compiler/Compiler.h"
|
||||
|
||||
int main(int argc, char** argv) {
|
||||
(void)argc;
|
||||
(void)argv;
|
||||
printf("goal compiler\n");
|
||||
|
||||
goos::Interpreter interp;
|
||||
interp.execute_repl();
|
||||
Compiler compiler;
|
||||
compiler.execute_repl();
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user