Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 483 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 483 Bytes

What is this?

This is my follow through of Writing an Interpreter in Go.

I have always wanted to know how does one implement a programming language from scratch and this book did exactly that. It was a great read overall.

Things that I found fascinating

  • Pratt parsing
  • How did we go from goland to monkeyland (you can miss it easily if you are not careful).