An NDoc Documented Class Library

Grammar Properties

The properties of the Grammar class are listed below. For a complete list of Grammar class members, see the Grammar Members topic.

Public Instance Properties

About Gets grammar description.
Author Gets grammar author.
CaseSensitive Gets the value indicating if the grammar is case sensitive.
DfaInitialState Gets initial DFA state.
EndSymbol Gets a special symbol to designate last token in the input stream.
InitialLRState Gets initial LR state.
Name Gets grammar name.
StartSymbol Gets the start symbol for the grammar.
Version Gets grammar version.

See Also

Grammar Class | GoldParser Namespace