> ## Documentation Index
> Fetch the complete documentation index at: https://docs.brik64.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Compile And Test

> Generate demo outputs and run local checks.

The current public local workflow uses `brik64 emit <file.pcd>` for candidate outputs.

Generate a local candidate output:

```bash theme={null}
brik64 emit path/to/program.pcd
```

Generate target examples when your installed CLI help lists the target:

```bash theme={null}
brik64 emit path/to/program.pcd --target ts --out out-ts --tests
```

## What To Inspect

* Which files were generated.
* Which target languages were emitted.
* Which local checks or generated tests are present.
* Which report files changed.
* Which command version ran.

Passing checks are regression evidence for the documented sample flow. Pair them with the command, version and files involved.
