WIP impl of the Lox language
Go to file
pony cc080b1338 rename Scanner output field to tokens 2023-04-01 14:42:56 +13:00
src rename Scanner output field to tokens 2023-04-01 14:42:56 +13:00
.editorconfig first commit 2023-04-01 10:23:17 +13:00
.gitignore first commit 2023-04-01 10:23:17 +13:00
Cargo.toml first commit 2023-04-01 10:23:17 +13:00
LICENSE first commit 2023-04-01 10:23:17 +13:00
README.md first commit 2023-04-01 10:23:17 +13:00
rustfmt.toml first commit 2023-04-01 10:23:17 +13:00

README.md

rjlox 🦀 🔒

Lox is the scripting language described and implemented (twice) in the book Crafting Interpreters by Robert Nystrom.

This implementation is based on jlox, Robert's Java implementation of the language.