/loxlikes

This repository contains a collection of implementations of the lox interpreter from 'Crafting Interpreters - Robert Nystrom' (craftinginterpreters.com). As I am going through this ebook currently this repo is WIP...

Primary LanguageJavaMIT LicenseMIT

loxlikes

This repository contains a collection of implementations of the lox interpreter from 'Crafting Interpreters - Robert Nystrom' (craftinginterpreters.com).

As I am going through this ebook currently this repo is WIP...

Implementations

  • Java
  • C
  • Rust