Represents a terminal or nonterminal symbol used by the Deterministic Finite Automata (DFA) and LR Parser.
For a list of all members of this type, see Symbol Members.
System.Object
GoldParser.Symbol
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
Symbols can be either terminals (which represent a class of tokens - such as identifiers) or nonterminals (which represent the rules and structures of the grammar). Terminal symbols fall into several categories for use by the GOLD Parser Engine which are enumerated in SymbolType
enumeration.
Namespace: GoldParser
Assembly: GoldParser (in GoldParser.dll)
Symbol Members | GoldParser Namespace