Calitha GOLD Parser Engine Documentation

CGTReader Constructor (Stream)

Creates a new reader that will read a Compiler Grammar Table during creation. The reader can then create parsers or tokenizers of this CGT.

public CGTReader(
   Stream stream
);

Parameters

stream
A stream that contains the CGT.

See Also

CGTReader Class | com.calitha.goldparser Namespace | CGTReader Constructor Overload List