Interface IGrammarBuilder
Represents a grammar to be built, containing syntax and semantic rules.
public interface IGrammarBuilder
- Extension Methods
Remarks
This is the base interface of the object model of Farkle's builder and cannot be implemented by user code.
The only operations allowed on grammar builders are building a grammar and setting options global to the grammar.