fn parseNumberLiteral(bytes: []const u8) Result
Parse Zig number literal accepted by fmt.parseInt, fmt.parseFloat and big_int.setString. Valid for any input.
bytes: []const u8,