Interface defining matchers for custom grammatical elements.
            GrammarMatchers match syntax elements at the same precedence level as brackets
            they can examine the next two tokens in the input using the 
Lookahead2Enumerator<(Of <(T>)>) 
            and call the 
IGrammarParser to parse expression fragments.
            
 
        
    Namespace: 
   SingularSys.Jep.ConfigurableParser.Matchers
    Assembly:
   Jep (in Jep.dll) Version: 1.1.0.0 (1.0.0)
Syntax
| C# | 
|---|
public interface IGrammarMatcher  | 
| Visual Basic (Declaration) | 
|---|
Public Interface IGrammarMatcher  | 
| Visual C++ | 
|---|
public interface class IGrammarMatcher  | 
See Also