Aero is a programming language currently under construction.
Bazel is used for the build system. To build all targets:
$ bazel build //...
# or using `just`
$ just buildTo run all tests:
$ bazel test //...
# or using `just`
$ just testReleased under the MIT License (see LICENSE).