C# Class IKriv.Wpf.MathConverter.Parser

Show file Open project: Gainedge/BetterExplorer

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