Skip to content

alec-w/clox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clox

c based byte-code VM for the lox language

Usage

Compile:

gcc -Wall chunk.c debug.c main.c memory.c value.c line.c -o clox

Run:

./clox

About

Crafting Interpreters - following http://craftinginterpreters.com/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages