Skip to content
/ clox Public

Crafting Interpreters Book: Bytecode interpreter in C

License

Notifications You must be signed in to change notification settings

awgraves/clox

Repository files navigation

clox

Bytecode interpreter in C for the "lox" programming language

Following along with the Crafting Interpreters Book as part of the bi-weekly Codecademy Engineering Book Club.

Setup

Run make command (with no args) to compile.

This will output a clox binary.

Use

For the REPL, run ./clox Or run ./clox [filename] to load and run a lox script.

About

Crafting Interpreters Book: Bytecode interpreter in C

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published