mirror of
https://github.com/ziglang/zig.git
synced 2025-12-30 18:13:19 +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.