Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 212 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 212 Bytes

go-interpreter

A tree-walking interpreter for Monkey, written in golang

This project will ultimately consist of a recursive descent parser (Pratt parser), a lexer and REPL for the monkey programming language