Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 410 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 410 Bytes

Loxs

This repository contains implementations of the Lox programming language which is described in the great book Crafting Interpreters by Bob Nystrom.

Implementations

Different implementations are available, each one in its own directory named after the language in which it is implemented:

  • Java (Tree-Walk interpreter)
  • C (bytecode VM)