Skip to content

Yet another implementation of the lox programming language.

Notifications You must be signed in to change notification settings

sardok/lox-lang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is an implementation of the lox language built in the brilliant book "Crafting Interpreters" by Bob Nystrom. Used modern c++ & functional data structures.

The build outputs two binaries.

  • ilox: The interpreted lox language implementation.
  • vlox: The VM based lox language implementation.

To build

mkdir build && cd build
cmake ..
make

To run

./ilox <script>.lox

Or

./vlox <script>.lox

About

Yet another implementation of the lox programming language.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published