Skip to content

Code Generation.md

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

Code Generation

Current targets:

  • JavaScript (--emit js) — default; runs with Node
  • AI (--emit ai) — preserves glyphic / model constructs for post‑processing

See src/commands/compile.rs and src/core/code_generator.rs.

Clone this wiki locally