Skip to content
Beskid Platform specification

Beskid

Jump to a Beskid service

Beskid

Jump to a Beskid service

Verification and traceability

Platform spec article

Verification and traceability

Spec standingStandard

Owner
Piotr Mikstacki
Submitter
Piotr Mikstacki

Traceability map for this feature:

  • Grammar source: compiler/crates/beskid_analysis/src/beskid.pest
  • Syntax node construction: compiler/crates/beskid_analysis/src/syntax/items, .../src/syntax/types
  • Handoff consumers: .../src/resolve, .../src/analysis

Recommended verification routine:

  1. Run targeted parser and analysis tests after grammar or syntax edits.
  2. Confirm diagnostics include expected code/category and stable source location mapping.
  3. Run formatter checks when AST shape changes affect output ordering or spacing.