Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 640 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 640 Bytes

Rust

Lurx - A Lox Interpreter in Rust

This is an implementation of Lox from the book Crafting Interpreters written in Rust.

Installation & Usage

First, ask yourself why you want to use an incomplete implementation of a fake programming language for anything at all.

If you're still reading, clone this repository. cargo run gets you to a REPL. You can also do cargo run some_file.lox or cargo run -- -c "print \"hello world\";".