Ecosyste.ms: Awesome
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: 5 days ago
JSON representation
Python implementation of interpreter in "Writing an Interpreter in Go"
- Host: GitHub
- URL: https://github.com/carsonip/monkey-interpreter-python
- Owner: carsonip
- Created: 2022-02-18T16:42:49.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-08T17:41:07.000Z (almost 3 years ago)
- Last Synced: 2024-11-15T10:32:34.673Z (2 months ago)
- Language: Python
- Homepage:
- Size: 52.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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