Closed nguyenthanhvuh closed 1 year ago
Note that the C generator is not meant to generate back proper compilable code, since there's a lot of loss in the process. It can - at best - be used for rewriting small code snippets or generating self-contained code samples that don't rely on the standard library.
Hi,
this is my test code, which compiles fine with
gcc
but then after parsing its ast with
compiling the contents of
instr
gives an error about undef ref toassert
.The contents of instr looks something like
did I use preprocessing incorrectly somehow?