๐ฏRich Type SystemGenerics, traits, tagged unions, and ownership model โ express your domain with confidence and safety.
โกOne Clean PipelineLexer โ Parser โ Resolver โ Type Checker โ FlowIR โ QBE IL โ native executable โ one implementation, no duplicated semantics.
๐Native Code GenerationCompile to native executables with `--output `. Produces compact binaries with minimal runtime overhead.
๐งCompile-Time ProgrammingConst if, const functions, and type specialization โ compute at compile time, not at runtime.