You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
About
Rust port of lox language , from crafting intrepreter book