C# Class Pegasus.Compiler.ZeroWidthEvaluator

Performs zero-width evaluation services for Pegasus Grammars.
Mostra file Open project: otac0n/Pegasus Class Usage Examples

Public Methods

Method 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 method

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.
return bool>.Dictionary