INTEGER method

Parser INTEGER()

Implementation

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