//! Token stream and trivia utilities for the parser.
//!
//! Wraps the raw token output of `perl-lexer` into a position-aware
//! [`TokenStream`] and preserves whitespace/comment trivia via the
//! [`TriviaPreservingParser`]. Used by the parser and formatting provider
//! to maintain lossless round-trip fidelity.
pub use ;
pub use TokenStream;
pub use TokenWithPosition;
pub use ;
pub use ;