zig/lib/std/fmt
LemonBoy 55c58f226d std: Add a parser for hexadecimal floating point numbers
Should be good enough to unblock progress on the stage2 compiler.

Unifying this parser and the regular one (and perhaps rewrite it, #2207)
is left as an exercise for the reader.
2021-04-28 17:36:12 -04:00
..
errol Year++ 2020-12-31 15:45:24 -08:00
errol.zig Year++ 2020-12-31 15:45:24 -08:00
parse_float.zig Reject bare +/- input when parsing floats 2021-03-05 13:11:20 +01:00
parse_hex_float.zig std: Add a parser for hexadecimal floating point numbers 2021-04-28 17:36:12 -04:00