This repository contains the Zane language compiler and CLI.
To setup this project in a new environment or sandbox, run:
curl -fsSL https://get.jetify.com/devbox | bashdevbox shell
just init # initialize submodules, vcpkg dependencies, and meson
just buildCheckout the justfile for all available commands.