mantissa method

Parser mantissa()

Implementation

Parser mantissa() => ref0(digits).seq(char('.')).seq(ref0(digits));