Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 324 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 324 Bytes

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.