CLI Reference
The xq binary is the unified command-line interface for XQVM. It provides
three subcommands:
| Command | Description |
|---|---|
xq asm | Assemble .xqasm source into binary bytecode. |
xq dism | Disassemble bytecode into a human-readable listing. |
xq run | Execute bytecode or assembly with optional tracing. |
Installation
Build from source:
cargo build --release
The binary is at target/release/xq.
General Usage
xq <COMMAND> [OPTIONS] [ARGS]
xq --help
xq <COMMAND> --help