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

Fix for #12 - no_semicolon.c should fail on missing parens #15

Closed chadbramwell closed 4 years ago

chadbramwell commented 4 years ago

no_semicolon.c should not fail on missing parens, there's already another test for that.

nlsandler commented 4 years ago

Thanks for this patch!