julia
0a3a16a8 - JuliaSyntax: allow exponent literals before .. (#62206)

Commit
52 days ago
JuliaSyntax: allow exponent literals before .. (#62206) Allow numeric literals with exponent parts to be followed by the .. operator without being tokenized as invalid numeric constants. This keeps malformed trailing decimal-point literals invalid while preserving interval-operator syntax after decimal and hex float literals. Fixes #62200 Co-authored-by: Keno Fischer <Keno@users.noreply.github.com> Co-authored-by: OpenAI Codex <codex@openai.com>
Author
Parents
Loading