Lexer.looksLikeTemporalStart

private bool looksLikeTemporalStart() @safe pure nothrow

Checks if current position looks like the start of a temporal literal. Pattern: YYYY-MM-DD (4 digits, hyphen, 2 digits, hyphen, 2 digits)