Skip to content

Latest commit

 

History

History
6 lines (3 loc) · 386 Bytes

README.md

File metadata and controls

6 lines (3 loc) · 386 Bytes

monkey

Implementation of Monkey programming language, following "Writing an Interpreter in Go" by Thorsten Ball

Having written a few combinator parsers in C# and taken a compilers course at University, using ANTLR to extend existing toy languages, I wanted to complete the process of writing something in this realm of programming without a library.