Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/futile/rlox
An implementation of https://www.craftinginterpreters.com in Rust
https://github.com/futile/rlox
Last synced: 12 days ago
JSON representation
An implementation of https://www.craftinginterpreters.com in Rust
- Host: GitHub
- URL: https://github.com/futile/rlox
- Owner: futile
- Created: 2022-03-30T18:41:28.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-10T19:13:11.000Z (over 2 years ago)
- Last Synced: 2024-03-29T15:31:42.871Z (7 months ago)
- Language: Rust
- Size: 49.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rlox
My implementation of the lox programming language following
https://www.craftinginterpreters.com in Rust.