Directories
¶
| Path | Synopsis |
|---|---|
|
Package cache provides an opt-in on-disk cache for compiler outputs keyed by source content + compiler version.
|
Package cache provides an opt-in on-disk cache for compiler outputs keyed by source content + compiler version. |
|
Package pipeline provides a small bounded-concurrency Map helper used by the CLI to run independent per-file work (parsing, per-file semantic analysis) in parallel without sacrificing deterministic output ordering.
|
Package pipeline provides a small bounded-concurrency Map helper used by the CLI to run independent per-file work (parsing, per-file semantic analysis) in parallel without sacrificing deterministic output ordering. |
|
Package semantic performs semantic analysis on a parsed Kukicha program: scope construction, symbol resolution, type checking, lint collection, and diagnostic emission.
|
Package semantic performs semantic analysis on a parsed Kukicha program: scope construction, symbol resolution, type checking, lint collection, and diagnostic emission. |
|
Package summary flattens an *ast.Program into a list of named symbols (top-level declarations and their nested children) with positions.
|
Package summary flattens an *ast.Program into a list of named symbols (top-level declarations and their nested children) with positions. |
|
Package version provides the Kukicha compiler version.
|
Package version provides the Kukicha compiler version. |
Click to show internal directories.
Click to hide internal directories.