Skip to content

Implementation of a bytecode vm Lox interpreter in Rust

License

Notifications You must be signed in to change notification settings

froth/rust-lox-vm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

143 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

 
 
 

Languages