This repository was archived by the owner on Feb 28, 2023. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork3
Lox Interpreter/REPL written in Rust
License
NotificationsYou must be signed in to change notification settings
rodaine/rlox
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Lox Interpreter/REPL written in Rust.
git checkout https://github.com/rodaine/rlox.gitcd rloxcargo installrlox# starts the REPLrlox script.lox# interprets the file
# linting - clippy is somewhat unstablerustup run nightly cargo install clippyrustup run nightly cargo clippy# unit testscargotest --verbose