dparsergen.core.parseexception

Undocumented in source.

Members

Classes

BacktrackParseException
class BacktrackParseException

Exception used by backtracking in the parser.

MultiParseException
class MultiParseException

Exception used to combine multiple other exceptions in GLR parser.

ParseException
class ParseException

Base class for exceptions of parser and lexer.

SingleParseException
class SingleParseException(Location)

Exception type used by parser and lexer.

Enums

ExceptionStringFlags
enum ExceptionStringFlags

Flags for toString of ParseException.

Meta