https://github.com/cbebe/monkey-rs
Writing a compiler in Rust
https://github.com/cbebe/monkey-rs
Last synced: about 1 year ago
JSON representation
Writing a compiler in Rust
- Host: GitHub
- URL: https://github.com/cbebe/monkey-rs
- Owner: cbebe
- Created: 2023-06-21T03:36:28.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-12-18T00:55:45.000Z (over 2 years ago)
- Last Synced: 2025-03-18T02:40:06.198Z (over 1 year ago)
- Language: Rust
- Size: 219 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Writing a Compiler in Rust
My sequel to
[Writing an Interpreter in C++](https://github.com/cbebe/monkey-cpp) but with a
sane language this time.
The project is a bytecode compiler and virtual machine for the Monkey
programming language from the book
[Writing A Compiler In Go](https://compilerbook.com).