slovo/docs/language/examples/compat/v0
2026-05-22 08:38:43 +02:00
..
formatter Import Slovo 1.0.0-beta monorepo 2026-05-22 08:38:43 +02:00
supported Import Slovo 1.0.0-beta monorepo 2026-05-22 08:38:43 +02:00
README.md Import Slovo 1.0.0-beta monorepo 2026-05-22 08:38:43 +02:00

Slovo v0 Compatibility Fixtures

This directory freezes the Slovo v0 fixture set after the v0 release.

supported/ contains the v0 compiler-supported examples:

  • add.slo
  • top-level-test.slo
  • local-variables.slo
  • if.slo
  • while.slo
  • struct.slo
  • array.slo
  • option-result.slo
  • unsafe.slo

formatter/ contains the matching v0 canonical formatter fixtures:

  • canonical.slo
  • top-level-test.slo
  • local-variables.slo
  • if.slo
  • while.slo
  • struct.slo
  • array.slo
  • option-result.slo
  • unsafe.slo

Do not add v1 fixtures here. New promoted slices belong in examples/supported/ and examples/formatter/. These files move only through an explicit migration recorded in MIGRATION_POLICY.md and release notes.