Add back preprocessing
This commit is contained in:
parent
ab7f648e56
commit
5cc866637e
@ -31,6 +31,8 @@ int main(int argc, char *argv[]) {
|
||||
return 1;
|
||||
}
|
||||
|
||||
process(code, NULL);
|
||||
|
||||
printf("%s\n", compile(code));
|
||||
|
||||
se_free(code);
|
||||
|
Loading…
Reference in New Issue
Block a user