munificent / craftinginterpreters

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

Fix typo in chapter 11 #1013

Open jreyes33 opened 2 years ago

jreyes33 commented 2 years ago

Thanks for such a great book!

The prose mentioned a nonexistent visitVariableStmt. There's a visitVarStmt and a visitVariableExpr; from context I believe it referred to the former.

JohnnyWalkerDigital commented 1 year ago

This is why you should never use abbreviations in your variable names! You always forget at some point.