Skip to content

superhawk610/clox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clox

C-based Lox interpreter, following the guide at craftinginterpreters.com.

Usage

Run the build script

$ ./bin/build

Run the interpreter

$ ./main

Run the test suite

$ ./bin/test

Dependencies

This projects depends on readline. To build, you'll need to install the C headers:

$ sudo apt install libreadline-dev

About

Building clox, a C-based interpreter for Lox along with https://craftinginterpreters.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published