/loxidation

Lox bytecode compiler and VM in Rust

Primary LanguageRust

Loxidation

This is my second implemention of Lox from the Crafting Interpreters book by Bob Nystrom. As opposed to my previous implementation Rulox, which compiled and interpreted an AST, Loxdidation is a single-pass bytecode compiler.