exponent method

Parser exponent()

Implementation

Parser exponent() => char('-').seq(ref0(decimalInteger));