EXPONENT method

Parser EXPONENT()

Implementation

Parser EXPONENT() =>
    pattern('eE') & pattern('+-').repeat(0, 1) & pattern('0-9').plus();