An Interpreter for the monkey language
src | ||
.gitignore | ||
.gitlab-ci.yml | ||
Cargo.lock | ||
Cargo.toml | ||
LICENSE | ||
readme.md |
Monkey Interpreter
This project is my attempt at writing an interpreter while working through the book, Writing an Interpreter in Go. It supports all the features from the book.