Logo

RustyLox

An interpreter for the Lox language, built in Rust.

Rust
Git

Project Overview

RustyLox is a Rust-based implementation of the Lox programming language from 'Crafting Interpreters.'

Key Features

  • Full implementation of Lox language syntax
  • REPL (Read-Eval-Print Loop) support
  • Efficient memory management using Rust