harn-parser 0.8.25

Parser, AST, and type checker for the Harn programming language
Documentation
# HARN-FMT-001 — formatter could not parse the source

**Category:** Formatter (FMT)  
**Variant:** `Code::FormatterParseFailed` (formatter parse failed)

## What it means

The formatter could not produce a canonical layout for this source — either
because parsing failed first, or because the existing layout drifts from the
canonical form.

Specifically: formatter could not parse the source.

## How to fix

- Run `harn fmt` to bring the file to canonical form, or fix the parse error blocking the formatter.

## Stability

This code is stable. Its identifier, category, and meaning will not change
without a deprecation cycle. Cross-language tooling and IDE integrations can
dispatch on it directly.