DoctorWkt / acwj

A Compiler Writing Journey
GNU General Public License v3.0
10.55k stars 1.02k forks source link

08_If_Statements, 09_While_Loops, 10_For_Loops: stmt.c, added '{' '}'… #45

Closed prince-ao closed 2 years ago

prince-ao commented 2 years ago

08_If_Statements, 09_While_Loops, 10_For_Loops: stmt.c, added '{' '}' to BNF grammar comments. I've only gotten as far as 10, so I'm not sure how far the type spans. I tried to investigate further and saw the same "typo" but wasn't sure if that was on purpose.