Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

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

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages