An interpreter for the Lox Programming Language: originally created by Robert Nystrom for the book Crafting Interpreters and implemented in Rust by yours truly.
This implementation only uses the Rust Standard Library. To hop into the interpreter, git clone
the repo and cargo run
to start a REPL session or cargo run -- <path_to_lox_file>
to run the interpreter on a .lox
file.
-
Notifications
You must be signed in to change notification settings - Fork 0
rikipls/rlox
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Interpreter for the Lox programming language, written in pure Rust
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published