//! Parser infrastructure and locale-specific implementations.
//!
//! Parsers are responsible for identifying date expressions in text and
//! turning them into [`ParsedResult`] values before refiners run.
use crateParsingContext;
use crateResult;
use crateParsedResult;
/// Trait implemented by individual date/time parsers.