Transpiler Usage
Basic Usage
Options
| Flag | Description | Default |
|---|---|---|
--to <target> | Target language (required) | — |
--output <dir> | Output directory | ./transpiled |
--from <lang> | Source language (auto-detect) | auto |
--force | Ignore cache, re-transpile all | false |
--certify | Run Φ_c certification | true |
Caching
The transpiler caches results. If a source file hasn’t changed since the last transpile, it’s skipped:--force to re-transpile everything.

