/jsbytecode

Rust port of lox language , from crafting intrepreter book

Primary LanguageRust

Preview

asciicast

Summary

Lox is just a simple intrepreter , which is ported to rust from java. I am using crafting intrepreter book as a reference , to create my first intrepreter using rust.

How to run ?

Examples

cargo run loop.lox

Repl

cargo run