munificent / craftinginterpreters

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

Fix chapter08_statements.md #1159

Open AlexanderFarkas opened 3 months ago

AlexanderFarkas commented 3 months ago

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