Add back preprocessing

This commit is contained in:
bʰedoh₂ swé 2024-06-11 16:07:09 +05:00
parent ab7f648e56
commit 5cc866637e

View File

@ -31,6 +31,8 @@ int main(int argc, char *argv[]) {
return 1; return 1;
} }
process(code, NULL);
printf("%s\n", compile(code)); printf("%s\n", compile(code));
se_free(code); se_free(code);