pub fn parse_time_expression(
input: &str,
ctx: &TimeContext,
) -> Result<TimeExpression, Error>Expand description
Parse a time expression string to its typed representation.
Performs basic structural validation (digit counts, ranges). Time-base-specific constraint enforcement (frame/clock restrictions) is done separately depending on context.