munificent / craftinginterpreters

Repository for the book "Crafting Interpreters"
http://www.craftinginterpreters.com/
Other
9.05k stars 1.06k forks source link

Fix chapter08_statements.md #1159

Open AlexanderFarkas opened 8 months ago

AlexanderFarkas commented 8 months ago

Once REPL encounters an error, it stops interpreting valid statements, since hadError is never set to false.