C# Class RaumfeldNET.WPFControls.MathConverter.Parser

Show file Open project: stoennies/raumwiese

Public Methods

Method Description
Parse ( string text ) : IExpression

Private Methods

Method Description
CreateVariable ( int n ) : IExpression
ParseExpression ( ) : IExpression
ParseFactor ( ) : IExpression
ParseTerm ( ) : IExpression
Require ( char c ) : void
RequireEndOfText ( ) : void
SkipWhiteSpace ( ) : void

Method Details

Parse() public method

public Parse ( string text ) : IExpression
text string
return IExpression