https://github.com/maxinteger/rlox
CLox in Rust
https://github.com/maxinteger/rlox
Last synced: 7 months ago
JSON representation
CLox in Rust
- Host: GitHub
- URL: https://github.com/maxinteger/rlox
- Owner: maxinteger
- Created: 2022-04-03T22:47:50.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-10T15:18:38.000Z (almost 4 years ago)
- Last Synced: 2025-06-11T08:09:39.931Z (8 months ago)
- Language: Rust
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RLox programing language
CLox Programing language implementation in Rust for fun,
based on Robert Nystrom's [Crafting Interpreters](https://craftinginterpreters.com/contents.html)
Run with debug trace
```bash
cargo run --package rlox --bin rlox --features debug_trace_execution
```