Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dustinlindquist/monkey
Trivial programming language and interpreter written in go.
https://github.com/dustinlindquist/monkey
programming
Last synced: 3 months ago
JSON representation
Trivial programming language and interpreter written in go.
- Host: GitHub
- URL: https://github.com/dustinlindquist/monkey
- Owner: dustinlindquist
- Created: 2017-03-11T08:10:57.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-03-13T05:20:02.000Z (over 7 years ago)
- Last Synced: 2024-06-29T03:32:13.048Z (5 months ago)
- Topics: programming
- Language: Go
- Homepage:
- Size: 11.7 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# monkey
Monkey is a programming language and interpreter written in go.
I wanted to know more about the implementation of programming languages so I decided to do some hands on learning by working through:
[Writing An Interpreter In Go](https://interpreterbook.com) written by [Thorsten Ball](https://github.com/mrnugget)
Most of this code comes straight from the book/examples.Copyright (c) 2016-2017 Thorsten Ball