Skip to content

0xNathanW/interpreter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Interpreter

A "Clox" compiler, described in the book "Crafting Interpreters" by Robert Nystrom.

Usage

Build with Cmake:

~/Interpreter$ mkdir build
~/Interpreter$ cd build
~/Interpreter$ cmake ..
~/Interpreter$ make

Run without argument for REPL, otherwise provide a source file as the first argument.

About

Clox compiler/interpreter.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published