Lexer.looksLikeTemporalStart
private
bool looksLikeTemporalStart() @safe pure nothrowChecks if current position looks like the start of a temporal literal. Pattern: YYYY-MM-DD (4 digits, hyphen, 2 digits, hyphen, 2 digits)