All Classes and Interfaces
Class
Description
An implementation of interface CharStream, where the stream is assumed to
contain only ASCII characters (without unicode processing).
This interface describes a character stream that maintains line and
column number positions of the characters.
Token literal values and constants.
Token Manager.
Uses GCC to find unused variables and saves their location.
An implementation of interface CharStream, where the stream is assumed to
contain only ASCII characters (with java-like unicode escape processing).
This stream adds a newline to the end of a file.
This exception is thrown when parse errors are encountered.
Strategy for analyzing source code for unused variables querying the corresponding lines
Describes the input token stream.
Token Manager Error.
Contains a basic algorithm for detecting tokens contained in unreachable code.