justinac0 / 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...

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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...

License:MIT License


Languages

Language:Java 100.0%