English · 简体中文
The language design documentation branch (maintained independently, not merged into main).
Documents:
spec.md — language specification (canonical syntax, kept in sync with the implementation)builtins.md — built-in functions/types quick reference (verified against the sources)v2-decided-model.md — archive of the v2 design decisionsbenchmarks.md — benchmark data and how to reproduce itThe single canonical syntax checklist lives in the main workspace as
SYNTAX.md; every example in this branch uses canonical syntax (type-first).