Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ronbis/lox-lang
A toy interpreted language implementation written in Rust(🦀)
https://github.com/ronbis/lox-lang
interpreter rust
Last synced: 18 days ago
JSON representation
A toy interpreted language implementation written in Rust(🦀)
- Host: GitHub
- URL: https://github.com/ronbis/lox-lang
- Owner: RonBis
- License: mpl-2.0
- Created: 2023-11-03T06:12:39.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-04T12:43:07.000Z (about 1 year ago)
- Last Synced: 2024-11-05T23:43:11.815Z (2 months ago)
- Topics: interpreter, rust
- Language: Rust
- Homepage:
- Size: 85 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Lox-Lang
⚠️ Work in progress ⚠️
A toy interpreted language implementation written in Rust(🦀)
Based on the book __*Crafting Interpreters*__ by *Robert Nystrom*.