Docs
Architecture references, developer guides, language specs, and Learn Morph.
Morph’s differentiator is the Morph Framework: morphs/* packages register end-to-end pipeline behavior (sema → NIR/MIR → LLVM/GPU/shader/NN/REPL hosts → runtime & tooling) via manifests and the stable MorphABI—not a pile of ad hoc src/ branches. Read Plugin-governed pipeline and the framework overview.
Contents
| Directory | Description |
|---|---|
architecture/ | High-level architecture docs and diagrams |
diagnostics/ | Diagnostic catalog references and migration notes |
guides/ | How-to guides for common development tasks |
spec/ | Language and IR specification documents |
learnmorph/ | Language tutorials (syntax, tensors, GPU, graphics, …) |
learnmorph/23_morph_framework/ | Morph Framework — packages, manifests, plugin-governed pipeline |