write_a_c_compiler
write_a_c_compiler copied to clipboard
Test suite to help you write your own C compiler
Attached screenshots below The trees in the attached screenshot are incredibly small when viewed using Mozilla Firefox, but appear to be normal when viewed using Google Chrome. Changing the `height:...
Hey! Do you plan on continuing this series?
Hey! Following your guide at [https://norasandler.com/2017/11/29/Write-a-Compiler.html](url), I can't help but get stuck on the first task (creating a simple lex() function); because it talks about creating a lexer using RegEx's,...
Stage 4 doesn't implement local variables, so moving tests that rely on them to stage 5 which implements local variables.
There is now an optional second argument to the test script, so that you can, e.g., test only the first stage programs.