Implementation of tyhe Monkey language in Go. https://interpreterbook.com/
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
oabrivard 8a5d7ab5d3 Added lexing of LAMBDA to monkey1 version 3 years ago
monkey1 Added lexing of LAMBDA to monkey1 version 3 years ago
monkey2 Started chapter 2 on Parsers 3 years ago
monkey3 Started chapter 3 on Evaluation 3 years ago
.gitignore Started chapter 2 on Parsers 3 years ago
LICENSE Initial commit 3 years ago
README.md Initial commit 3 years ago

README.md

monkeylang

Implementation of tyhe Monkey language in Go.

https://interpreterbook.com/