Closed wravery closed 2 months ago
The grammar rule for float_value would not back up and retry the seq<fractional_part, exponent_part> once it had successfully matched the first fractional_part.
float_value
seq<fractional_part, exponent_part>
fractional_part
The grammar rule for
float_value
would not back up and retry theseq<fractional_part, exponent_part>
once it had successfully matched the firstfractional_part
.