summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 8a61324..8e8bf3f 100644
--- a/src/main.c
+++ b/src/main.c
@@ -2,6 +2,7 @@
#include "runner/runner.h"
#include "utils/file.h"
#include "utils/log.h"
+#include "utils/type.h"
#include <stdio.h>
#include <stdlib.h>
@@ -103,7 +104,9 @@ static int run(const char *filePath, bool shouldPrint) {
}
int main(int argc, char *argv[]) {
+ checkTypes();
fileInit();
+
if (argc < 2) {
// compileRun("test/main.felan", "build/out", false);
// run("test/main.felan", false);