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

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

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

[![progress-banner](https://backend.codecrafters.io/progress/interpreter/52c10a91-b03b-41f9-bff5-8f439c856a1a)](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)