beskid parse
Parse a Beskid file and print a debug view of the AST.
beskid parse
Parse one .bd file and print a debug representation of the parsed program.
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.bd