https://github.com/wllfaria/monkey-interpreter
Monkey Lang Interpreter written in rust.
https://github.com/wllfaria/monkey-interpreter
interpreter monkey-lang rust
Last synced: about 1 year ago
JSON representation
Monkey Lang Interpreter written in rust.
- Host: GitHub
- URL: https://github.com/wllfaria/monkey-interpreter
- Owner: wllfaria
- License: mit
- Created: 2024-01-04T21:29:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-21T20:00:21.000Z (over 2 years ago)
- Last Synced: 2025-01-21T20:12:09.585Z (over 1 year ago)
- Topics: interpreter, monkey-lang, rust
- Language: Rust
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Monkey Lang Interpreter
Monkey-Lang interpreter written in Rust. Following the book
[Writing an Interpreter in GO](https://interpreterbook.com). Monkey is a language
designed to learn interpreters and features a C-like syntax.