Compiler for the KRY UI description language, producing KRB v0.3 binary files.
- Parses
.kry
files. - Supports
@include
directives. - Handles basic component definitions (
Define
) and usage. - Resolves styles and properties.
- Outputs KRB v0.3 binary format.
- Go toolchain (>= 1.18 recommended)
Using Go:
go build -o kryc .