mirror of
https://github.com/ziglang/zig.git
synced 2026-01-02 11:33:21 +00:00
Instead require `1e9` and `0x1p9`, disallowing the trailing dot. This change to the grammar is consistent with forbidding `1.` and `0x1.` as float literals and ensures there is only one way to do things here.