Specification

The language specification is the source of truth for mu’s syntax and semantics. It defines the grammar, execution model, truthiness rules, module resolution, builtin contracts, and runtime behavior.

What you’ll find in the spec

Read it

The canonical version lives in docs/Specification.md.

Next steps