Calitha GOLD Parser Engine Documentation

CGTReader Constructor

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

Overload List

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);

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(string);

See Also

CGTReader Class | com.calitha.goldparser Namespace