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 # bootstrap ANTLR4/vcpkg dependencies and initialize meson
just buildCheckout the justfile for all available commands.