bQUARKz 1fcecdb04d
implements PLN-0137 (7/7) call-hierarchy
Call hierarchy walks CallExpr nodes for functions and methods. It does
not use the references index. A cursor that is not on a callable is
empty, and type hierarchy stays unadvertised.

Housekeep DSC-0066 with LSN-0074.
2026-09-22 09:20:28 +01:00
..

General Specs

This directory contains shared acceptance specifications for all supported languages in Prometeu.

Scope

These specs are above language-specific specs and should be reused by each language line.

Typical topics:

  • conformance gates and evidence,
  • compatibility publication policy,
  • verification/safety acceptance boundaries,
  • artifact/runtime acceptance contracts.

Current backend-facing chapter additions:

  • 20. IRBackend to IRVM Lowering Specification.md
  • 21. IRVM Optimization Pipeline Specification.md
  • 22. Backend Spec-to-Test Conformance Matrix.md
  • 23. Compiler Pipeline Entry Points Specification.md

Rule

Language-specific specs (for example docs/pbs/specs) must reference this layer instead of duplicating cross-language acceptance policy.