An open API service indexing awesome lists of open source software.

https://github.com/carsonip/monkey-interpreter-python

Python implementation of interpreter in "Writing an Interpreter in Go"
https://github.com/carsonip/monkey-interpreter-python

Last synced: 6 months ago
JSON representation

Python implementation of interpreter in "Writing an Interpreter in Go"

Awesome Lists containing this project

README

          

# Monkey Interpreter in Python
[![CircleCI](https://circleci.com/gh/carsonip/monkey-interpreter-python/tree/master.svg?style=svg)](https://circleci.com/gh/carsonip/monkey-interpreter-python/tree/master)

---

This is an interpreter written in Python to the monkey programming language in the book [Writing an Interpreter in Go](https://interpreterbook.com/).

A Go implementation of the interpreter is available at https://github.com/carsonip/monkey-interpreter