brikc build
brikc run
brikc check
brikc fmt
brikc emit
brikc repl
brikc compile
brikc catalog list
brikc catalog show
brikc check
brikc lsp
brikc lift
| Flag | Description |
|---|---|
--language <lang> | Override language detection |
--output <file> | Write to file instead of stdout |
--format <fmt> | text (default) or json |
--min-liftability <0.0-1.0> | Minimum liftability threshold |
--domains | Include closure domain annotations |
brikc mcp-server
brik64.discover and brik64.execute tools.
See MCP Integration for configuration guides.
brikc (no arguments)
brikc without arguments displays an interactive banner with version info, self-compilation hash, and available commands.
brikc transpile
Convert an entire directory of source code from one language to another with certification.<input-dir>— Directory containing source files--to <target>— Target language (rust, js, python, c, cpp, go, cobol, php, java, typescript, swift, bir, native, wasm32)--output <dir>— Output directory (default: ./transpiled)--from <lang>— Source language override (auto-detected from extensions)--force— Ignore cache, re-transpile all files--certify— Run Φ_c certification (default: true)
brikc link
Link multiple PCD files into a single output.<input-dir>— Directory containing .pcd files-o <output>— Output file path--bundle— Generate a single bundled file in the target language-t <target>— Target language (required with —bundle)

