C# Class Pegasus.Compiler.ZeroWidthEvaluator

Performs zero-width evaluation services for Pegasus Grammars.
Afficher le fichier Open project: otac0n/Pegasus Class Usage Examples

Méthodes publiques

Méthode Description
Evaluate ( Grammar grammar ) : bool>.Dictionary

Evaluates the expressions in a Pegasus Grammar to determine which of them are zero-width.

Method Details

Evaluate() public static méthode

Evaluates the expressions in a Pegasus Grammar to determine which of them are zero-width.
public static Evaluate ( Grammar grammar ) : bool>.Dictionary
grammar Pegasus.Expressions.Grammar The to evaluate.
Résultat bool>.Dictionary