Expand description
Shared language conformance matrix data structures.
Structs§
- Conformance
Matrix - Shared conformance matrix keyed by language symbol.
- Expr
Round Trip Case - Codec-faithful source case that decodes to the shared
Exprgraph. - Language
Row - A single language surface registered in the shared conformance matrix.
- Language
RowBuilder - Builder for
LanguageRowvalues. - Matrix
Cell Result - Outcome for a single language/case cell in a matrix run.
- Matrix
RunReport - Accumulated results for one matrix run.
- Matrix
Runner - Runs language rows through caller-supplied source-case runners.
- Source
Conformance Case - One source-language conformance case.
Enums§
- Expr
Round Trip Observation - Observation produced by running an
ExprRoundTripCase. - Source
Expectation - Expected outcome for a source-level conformance case.
- Source
Observation - Observation produced by a language-specific source-case runner.
Functions§
- compare_
source_ observation - Compares a source observation against its expected result.