From 5cc866637ef5ba76b3b73dd3dd5dbbf076299b51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?b=CA=B0edoh=E2=82=82=20sw=C3=A9?= Date: Tue, 11 Jun 2024 16:07:09 +0500 Subject: [PATCH] Add back preprocessing --- src/main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main.c b/src/main.c index 9a4d3bb..1445287 100644 --- a/src/main.c +++ b/src/main.c @@ -31,6 +31,8 @@ int main(int argc, char *argv[]) { return 1; } + process(code, NULL); + printf("%s\n", compile(code)); se_free(code);