none-None1
Results
3
comments of
none-None1
The obfuscator should list built-in names and avoid obfuscating them.
It seems that you should specify -S instead: ```shell ./8cc test.c -o test.eir -S ```
Thanks for replying! I ran your code and it did output the expected results, but I used `a.parseString` instead of `b.parseString`. They should be equivalent as `b` is a `Forward`...