Preview 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