/clox

Primary LanguageCMIT LicenseMIT

Clox

Lox is the programming language from Crafting Interpreters by Bob Nystrom.

This repository contains my implementation of the clox interpreter written while following the book.

Prerequisites

  1. A C Compiler
  2. Make

Build

$ make clean
$ make

Test

$ make test

Run

$ ./clox.out