clox/README.md
2024-11-18 21:59:55 -07:00

426 B

Clox

This is my implmementation of the clox programming language, as seen from Crafting Interpreters. It makes use of the meson build system. For convenience, there's also a Makefile included to simplify the (already pretty simple) meson commands.

Building

make

To run the tests:

make test