Technical detail for anyone curious:
The compiler pipeline is Tokenizer -> Parser -> SemanticAnalyzer -> Binder -> CEmitter -> NativeExecutableBuilder.
It emits C and links against a bundled toolchain, so the output binary has no external runtime dependencies.