aboutsummaryrefslogtreecommitdiff
path: root/bootstrap/main.c
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2022-08-06 14:10:19 +0200
committerlemon <lsof@mailbox.org>2022-08-06 14:10:29 +0200
commitb8d9ad1f6636f46a832b0f949ce7525ae08f53bd (patch)
tree037c7e0a86835b2e284df786e3ba2680b7677cc4 /bootstrap/main.c
parent1dd19e56fb81d1334bb21e4aa097f9593576feb7 (diff)
basic method calls & many bugfix
Diffstat (limited to 'bootstrap/main.c')
-rw-r--r--bootstrap/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap/main.c b/bootstrap/main.c
index 95759af..9432dcb 100644
--- a/bootstrap/main.c
+++ b/bootstrap/main.c
@@ -11,4 +11,5 @@ main(int argc, char **argv) {
parse(&cf, &P);
// dumptransunit(&tu);
cgen(stdout, &cf);
+ // prialltypes();
}