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

Invalid case should have valid parens #16

Closed jmckitrick closed 4 years ago

jmckitrick commented 4 years ago

Invalid case should fail because of missing brace, not missing parens.

nlsandler commented 4 years ago

Thank you for fixing this!