Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ clox Public

Virtual machine from scratch implementation of the Clox language from Crafting Interpreters

License

Notifications You must be signed in to change notification settings

Jr-14/clox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clox

Virtual machine from scratch implementation of the Clox language from Crafting Interpreters

Getting started

To build:

make

To run - make sure to build the files first:

make run

To clean:

make clean

About

Virtual machine from scratch implementation of the Clox language from Crafting Interpreters

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published