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

https://github.com/sudeepdino008/rlox

interpreter for the rlox language written in rust
https://github.com/sudeepdino008/rlox

compiler interpreters rlox rust

Last synced: 4 months ago
JSON representation

interpreter for the rlox language written in rust

Awesome Lists containing this project

README

        

## run using a file as input

`cargo run -- sample.code`

and to run in REPL mode, simple do: `cargo run`

- add cli arguments to print parser and scanner outputs
- check if enums give better organization