From b8d9ad1f6636f46a832b0f949ce7525ae08f53bd Mon Sep 17 00:00:00 2001 From: lemon Date: Sat, 6 Aug 2022 14:10:19 +0200 Subject: basic method calls & many bugfix --- bootstrap/main.c | 1 + 1 file changed, 1 insertion(+) (limited to 'bootstrap/main.c') 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(); } -- cgit v1.2.3