ExpectedParseException
ExpectedParseException::ExpectedParseException(char expected, char instead)
ExpectedParseException::CharToString(char* buffer, size_t size, char c)
throw ExpectedParseException('\0', c);
throw ExpectedParseException(end, c);
throw ExpectedParseException(expected, c);
class ExpectedParseException : public ParseException {
ExpectedParseException(char expected,