Documentation
¶
Overview ¶
Package emitgo emits Go source code from Statement IR.
This is the ONLY package that knows about Go syntax. It reads stmt.Program and produces Go source code. It does not import internal/core or internal/ast.
The emitter is intentionally simple — ~400 LOC vs the old codegen's ~10K LOC. All complexity lives in the lowering passes (internal/gen/lower/).
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.