C# Class Kento.Tokenizer

Exibir arquivo Open project: LukaHorvat/Kento

Public Methods

Method Description
GetTokenByIndex ( int Index ) : string
ParseInfixString ( string Infix ) : Value

Private Methods

Method Description
GetCharType ( char C ) : ParseState

Determines if the given char is a number, a letter or a symbol

SplitString ( string Exp ) : IEnumerable

Method Details

GetTokenByIndex() public static method

public static GetTokenByIndex ( int Index ) : string
Index int
return string

ParseInfixString() public static method

public static ParseInfixString ( string Infix ) : Value
Infix string
return Value