https://github.com/dreden33773/ember-lox
An implementation of Lox-lang's `compile toolchain` + `interpreter` in Rust
https://github.com/dreden33773/ember-lox
compiler interpreter lox parser rust vm
Last synced: about 1 year ago
JSON representation
An implementation of Lox-lang's `compile toolchain` + `interpreter` in Rust
- Host: GitHub
- URL: https://github.com/dreden33773/ember-lox
- Owner: DrEden33773
- License: apache-2.0
- Created: 2025-02-01T15:01:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-01T16:03:14.000Z (over 1 year ago)
- Last Synced: 2025-02-01T16:25:19.560Z (over 1 year ago)
- Topics: compiler, interpreter, lox, parser, rust, vm
- Language: Rust
- Homepage: https://github.com/DrEden33773/ember-lox
- Size: 96.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# Ember-lox
## Brief
An implementation of [lox](https://craftinginterpreters.com/the-lox-language.html)'s `compile toolchain` + `interpreter` in [Rust](https://www.rust-lang.org/).
## Acknowledgement
### Code-Crafters' `Build Your Own X` Project
[](https://app.codecrafters.io/users/codecrafters-bot?r=2qF)
- Get more details in: [How to take part in this challenge in Code-Crafters](./CodeCrafters-README.md)