-
Notifications
You must be signed in to change notification settings - Fork 1
Compiler Pipeline.md
Dark Meta edited this page Aug 18, 2025
·
1 revision
-
Lexer — Unicode‑aware, NFC‑normalized stream with:
- Line
⍝and block⦅ ... ⦆comments - AI‑only blocks
⚡ ... ⛓(authorization gates) - Numeric glyphs
𝍠…𝍩(0‑9) and ASCII numerals
- Line
- Parser — Builds AST from tokens
- Semantics — Type checks and validates constructs
- IR / Lowering — Produces a portable intermediate form
-
Emitters —
--emit jsor--emit ai - Titan — Execution/runtime surface for future native backends
See detailed pages: Lexer, Parser, Semantics, IR & Lowering, Code Generation, AI Emitter, Titan VM.