float method

Parser float()

Implementation

Parser float() =>
    ref0(mantissa).seq(ref0(exponentLetter).seq(ref0(exponent)).optional());