1
0
Fork
You've already forked rlox
0
Lox interpreter from "Crafting Interpreters" in Rust
  • Rust 100%
Robert Roland d0ea9211b0
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
Adding build status badge
2023年02月04日 17:45:21 -08:00
examples Initial code commit 2023年02月04日 17:38:12 -08:00
src Initial code commit 2023年02月04日 17:38:12 -08:00
.gitignore Initial code commit 2023年02月04日 17:38:12 -08:00
.woodpecker.yml Adding CI file 2023年02月04日 17:43:19 -08:00
Cargo.lock Initial code commit 2023年02月04日 17:38:12 -08:00
Cargo.toml Initial code commit 2023年02月04日 17:38:12 -08:00
README.md Adding build status badge 2023年02月04日 17:45:21 -08:00

Build status

Crafting Interpreters in Rust

This is the Lox scripting language from Robert Nystrom's book "Crafting Interpreters" written in Rust (instead of Java)