Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bhansconnect/monkey-roc
🐵🤘🏼! An implementation of the Monkey interpreter in Roc.
https://github.com/bhansconnect/monkey-roc
interpreter lexer monkey parser roc-lang tokenizer
Last synced: about 1 month ago
JSON representation
🐵🤘🏼! An implementation of the Monkey interpreter in Roc.
- Host: GitHub
- URL: https://github.com/bhansconnect/monkey-roc
- Owner: bhansconnect
- License: bsd-3-clause
- Created: 2023-05-19T19:03:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-28T07:03:04.000Z (over 1 year ago)
- Last Synced: 2024-04-16T04:18:49.865Z (10 months ago)
- Topics: interpreter, lexer, monkey, parser, roc-lang, tokenizer
- Homepage:
- Size: 90.8 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- roc-awesome - bhansconnect/monkey-roc
README
# 🐵🤘🏼
`Monkey Roc!` is an implementation of the Monkey interpreter from [Writing An Interpreter In Go](https://interpreterbook.com/) written in [Roc](https://roc-lang.rog).
The goal is to make a data oriented design influenced version of the interpreter for more performance.
This may not really lead to any measurable perf gains in the full interpreter due to still being a tree walking interpreter, but we shall see.
Otherwise, it should mostly just follow the features of the book.