//! Parser — builds an abstract syntax tree from tokens.
//!//! Consumes a token stream from the [`crate::lexer`] and produces a [`Program`] AST
//! containing page declarations, components, stores, and an optional app declaration.
pubmodast;pubmodparser;pubuseast::*;pubuseparser::Parser;