/r-lox

A rust implementation for the lox programming language interpreter

Primary LanguageRust

r-lox

This is a Rust implementation of the lox programming language from the book Crafting Interpreters.

The compiler includes:

  • Scanner
  • Parser
  • Analyser
  • Optimiser