harn-parser 0.8.25

Parser, AST, and type checker for the Harn programming language
Documentation
# HARN-IMP-001 — import target cannot be resolved

**Category:** Import resolution (IMP)  
**Variant:** `Code::ImportResolutionFailed` (import resolution failed)

## What it means

Import resolution failed at a deeper layer than `MOD` — the file, symbol, or
module graph cannot be constructed. Compilation cannot proceed.

Specifically: import target cannot be resolved.

## How to fix

- Add the missing module or symbol, or update the import path.
- Break import cycles by extracting the shared definitions into a third module.

## 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.