Char letter(var ParseState st)
Arguments
st: The current parsing state
Usage
This function parses any letter character (as defined by Prelude::isAlpha, returning it if it is found, and throwing an Exception otherwise.
st: The current parsing stateThis function parses any letter character (as defined by Prelude::isAlpha, returning it if it is found, and throwing an Exception otherwise.