# Changelog ## [1.0.0] - 2026-03-11 🎉 ### Added — Production-Ready Parser - **ParseError1** — Error recovery with recoverable/fatal classification - **PartialAst** — Partial AST output on failure, error collection - **VisibilityV2** — Public/Private/Internal modifiers - **Namespace** — Module-scoped namespaces - **DocComment** — `///` doc comments attached to declarations - **Pragma** — `#[inline]`, `#[deprecated]` annotations - **SourceLoc** — File/line/col metadata per node - **NumericLit** — Decimal, binary, hex, suffixed numeric literals - **ParseStats** — Token/node/error counts with success rate - 18 new tests (94 total)