Dear Github, remember when I said that someday I’ll be someone and do something great people will remember me for? Well, today’s the day. My Monkey interpreter works and it supports functions, higher-order functions, closures and
Source Code for book from Thorsten Ball "Writing an Interpreter in GO". Writing an Interpreter in GO by Thorsten Ball is a book that teaches how to build a simple programming language interpreter from scratch using GO.
It covers the following topics:
- Lexing
- Parsing
- Evaluation
- REPL