Lox in C
This project uses just.
If you don't have that, you can check the Justfile
and run the appropriate command directly.
This project was developed with clang, though gcc should work fine too.
Use just build
to build the project, the executable is found at ./target/clox
.
Run just --list
to see the supported operations.
This command will build and run the project.
just run [args]
MIT