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