An open API service indexing awesome lists of open source software.

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

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).