//! Shell lexer and parser APIs for the Shuck workspace.
//!
//! `shuck-parser` turns shell source text into `shuck-ast` syntax trees and also exposes a
//! source-backed lexer for lower-level tooling.
/// Parsing entrypoints, lexer types, and shell-profile configuration.
/// Shebang parsing helpers shared by Shuck crates.
/// Error types returned by parser operations.
pub use ;
/// Shell dialect, profile, and option types exposed by the parser.
pub use ;