Skip to content

froth/rust-lox-vm

Repository files navigation

Rust implementation of a bytecode vm interpreter for Lox.

Complete(except NaN boxing) reimplementation of clox in Rust. This is the code I ended up with by coding through the book chapter by chapter. If I would start this again (knowing what I learned on this journey) this would look different ;)

Basically me rusting through Part III of http://craftinginterpreters.com/

Repository for my finished reimplementation of jlox can be found here

About

Implementation of a bytecode vm Lox interpreter in Rust

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages