Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sudeepdino008/rlox

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

compiler interpreters rlox rust

Last synced: 30 days 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