beskid parse
Root parse command; run as `beskid parse`.
beskid parse
Parse one .bd file and print a debug representation of the parsed program.
This is the beskid parse root command. A grouped discovery alias is listed on the beskid dev page.
Arguments
Section titled “Arguments”| Argument | Description |
|---|---|
<INPUT> | Required path to a .bd file |
--format debug | Output style (only debug is supported today) |
- Uses the same parser pipeline as other analysis commands.
- On failure, diagnostics use the normal CLI error reporting (miette).
Example
Section titled “Example”beskid parse src/Main.bdFor the first source checks, use Your first program.