orangeduck / BuildYourOwnLisp

Learn C and build your own programming language in under 1000 lines of code!
http://www.buildyourownlisp.com/
Other
2.93k stars 396 forks source link

Minor Errata with Chapter 12 #117

Closed yingw787 closed 7 years ago

yingw787 commented 7 years ago

I was getting an issue after completing the initial function: Error: Unbound Symbol '\'. I looked at the source code and I realized I needed to add lenv_add_builtin(e, "\\", builtin_lambda) to lenv_add_builtins and that it wasn't being called anywhere else. Everything else works 🐼 💯

orangeduck commented 7 years ago

Thanks! I've updated that chapter.