C# Class Pegasus.Expressions.Grammar

Represents a full set of grammar rules.
Exibir arquivo Open project: otac0n/Pegasus Class Usage Examples

Public Methods

Method Description
Grammar ( IEnumerable rules, object>.IEnumerable settings, Cursor end ) : System

Initializes a new instance of the Grammar class.

Method Details

Grammar() public method

Initializes a new instance of the Grammar class.
public Grammar ( IEnumerable rules, object>.IEnumerable settings, Cursor end ) : System
rules IEnumerable The rules for this .
settings object>.IEnumerable A collection of to be used as the settings for the compiler.
end Cursor The ending cursor for this .
return System