core library

This package contains the core classes of the framework.

Classes

Parser<R>
Abstract base class of all parsers that produce a parse result of type R.
Token<R>
A token represents a parsed part of the input stream.

Exceptions / Errors

ParserException
An exception raised in case of a parse error.