Int integer(var ParseState st)
Arguments
st: The current parsing state
Usage
This function parses any sequence representing an integer ([0-9]+) at the start of the string, and returns the integer. An Exception will be thrown if there is no integer.