Ecosyste.ms: Awesome
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: 30 days ago
JSON representation
interpreter for the rlox language written in rust
- Host: GitHub
- URL: https://github.com/sudeepdino008/rlox
- Owner: sudeepdino008
- Created: 2023-01-02T09:52:40.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-29T14:32:26.000Z (almost 2 years ago)
- Last Synced: 2024-11-16T08:30:45.380Z (3 months ago)
- Topics: compiler, interpreters, rlox, rust
- Language: Rust
- Homepage:
- Size: 113 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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