Skip to content

Semantics.md

Dark Meta edited this page Aug 18, 2025 · 1 revision

Semantics

Type checking and verification:

  • Ensures glyph/data type coherence
  • Validates control‑flow blocks and function signatures
  • Hooks for security policies (AI‑only regions)

See src/core/semantic_analyzer.rs.

Clone this wiki locally