Skip to content

Latest commit

 

History

76 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clox

C17 implementation of the Lox programming language from Robert Nystrom's "Crafting Interpreters"; clox compiles Lox source code into a bytecode format that is executed by a portable virtual machine.

Building

# Builds clox.
make clox

# Generates assembly (main.c only).
make clox.o:

# Generates disassembly (main.c only).
make clox.s

About

C17 implementation of the Lox programming language from Robert Nystrom's "Crafting Interpreters".

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages