Skip to content

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

Notifications You must be signed in to change notification settings

MichaelZalla/clox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published