Lox interpreter from "Crafting Interpreters" in Rust
|
Robert Roland
d0ea9211b0
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
|
||
|---|---|---|
| examples | Initial code commit | |
| src | Initial code commit | |
| .gitignore | Initial code commit | |
| .woodpecker.yml | Adding CI file | |
| Cargo.lock | Initial code commit | |
| Cargo.toml | Initial code commit | |
| README.md | Adding build status badge | |
Crafting Interpreters in Rust
This is the Lox scripting language from Robert Nystrom's book "Crafting Interpreters" written in Rust (instead of Java)