Skip to content

A repo for my implemention of the Lox language in C.

Notifications You must be signed in to change notification settings

dddictionary/clox

Repository files navigation

clox

To get a development environment set up, use the flake.nix shell provided.

nix develop

The required dependencies are small and can be installed without the nix shell. For this project I only rely on gcc and cmake.

Building

To build the project and get a executable, run the following commands:

mkdir build
cd build
cmake ..
cmake --build .

To build AND run the executable, run the following command:

cmake --build . --target run

About

A repo for my implemention of the Lox language in C.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published