Programming Language

Nocter

A self-contained systems language built around simplicity, encapsulation, and foolproof design.

Compiler Architecture

This directory contains current contracts that span compiler crates, generated runtime services, target adapters, or standard-library implementation modules. It does not define public language, platform, tooling, or standard-library behavior.

Public language, platform, CLI, diagnostic, and editor behavior belongs to spec/. Exact standard-library declarations and their observable behavior belong under std/. A workspace crate's private mechanism belongs in that crate's colocated README.md. Work order, rejected migrations, qualification evidence, and release history belong under development/history/.

Reading Order

  1. 1. Architecture Overview for the program pipeline, side authorities, and dependency rules.
  2. The relevant workspace crate README for one crate's exported contract and private responsibilities.
  3. One cross-responsibility contract below when a decision crosses those local boundaries.
  4. Historical milestones or reviews only when the reason or qualification evidence is needed.

Pipeline

These documents own handoffs between semantic products and tooling projections:

Semantic Contracts

These documents own compiler-wide relations that more than one pipeline stage consumes:

Representations

These documents own one representation as it travels from syntax or checked semantics to stored layout and native execution:

Runtime Integration

These documents own boundaries that cross standard source, compiler products, runtime services, target adapters, and resource lifecycles:

Standard-Library Implementation

These are internal implementation boundaries, not public API guides:

Grammar-derived test coverage belongs to development/compiler/tests/grammar.md. Performance methodology belongs to development/benchmarks/. Repository maintenance workflow belongs to development/README.md.

Information Ownership

InformationSole owner
Public language, platform, CLI, diagnostic, and editor behaviorspec/
Exact standard-library declarations and declaration documentationeach std/**/index.nct
Longer observable standard-library behaviorthe guide assigned by std/README.md
Compiler-wide dependency direction and cross-responsibility contractsthis directory
One crate's inputs, outputs, private split, and local invariantsthat crate's README.md
Exact Rust APIs and dependenciessource, rustdoc, and Cargo manifests
Current work and blockersdevelopment/TODO.md
Work order, design findings, and qualification evidencedevelopment/history/

Architecture documents state current authorities, information flow, lifecycle, and invariants. They do not retain delivery phases, completed gates, or superseded alternatives as current design.