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

stage_2/valid/bitwise.c | Change logical not for bitwise complement #19

Closed Zuyoutoki closed 3 years ago

Zuyoutoki commented 3 years ago

While following your guide, I realized this test was not testing what it was supposed to test. I hope that this sentence makes sense :sweat_smile:

nlsandler commented 3 years ago

Thank you for the pull request, and sorry it took such a long time to merge it!