Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages