https://github.com/jonaylor89/monkey
Tree-walking interpreter and bytecode compiler/VM for the monkey programming language
https://github.com/jonaylor89/monkey
bytecode compiler golang interpreter parser
Last synced: 12 months ago
JSON representation
Tree-walking interpreter and bytecode compiler/VM for the monkey programming language
- Host: GitHub
- URL: https://github.com/jonaylor89/monkey
- Owner: jonaylor89
- Created: 2018-01-02T23:48:57.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2022-12-24T02:11:00.000Z (over 3 years ago)
- Last Synced: 2024-06-19T23:14:32.513Z (almost 2 years ago)
- Topics: bytecode, compiler, golang, interpreter, parser
- Language: Go
- Homepage: https://interpreterbook.com
- Size: 2.63 MB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MonkeyInterpreter
Interpreter for the MonkeyInterpreter programming language
