CLab# 1.0 API Documentation

TokenParser Class

Token based parser using the GOLD Parsing system. Grammar tables for parsing are compiled from the parser grammar located in the doc folder. The compiled grammar is located in the Auxiliary folder and is integrated in the compiled binaries.

For a list of all members of this type, see TokenParser Members.

System.Object
   TokenParser

public class TokenParser

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

This source file was initially generated by the GOLD Parsing system, based on grammar definition. Not all placeholder code has been replaced/removed to facilitate further use.

Requirements

Namespace: com.calitha.goldparser

Assembly: CLab (in CLab.dll)

See Also

TokenParser Members | com.calitha.goldparser Namespace | GOLD Parsing system