nlsandler / write_a_c_compiler

Test suite to help you write your own C compiler
https://norasandler.com/2017/11/29/Write-a-Compiler.html
MIT License
855 stars 97 forks source link

Move testcases that rely on variables to later section that implements them #18

Open mcon opened 4 years ago

mcon commented 4 years ago

Stage 4 doesn't implement local variables, so moving tests that rely on them to stage 5 which implements local variables.