An open API service indexing awesome lists of open source software.

https://github.com/maxinteger/rlox

CLox in Rust
https://github.com/maxinteger/rlox

Last synced: 7 months ago
JSON representation

CLox in Rust

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
```