Method | Description | |
---|---|---|
Configure ( |
||
Configure ( string name ) : void | ||
ConfigureFromFile ( string filename ) : void | ||
GetTokens ( string text ) : IEnumerable |
Method | Description | |
---|---|---|
GetNextToken ( ) : |
||
IsDigit ( char ch ) : bool | ||
IsKeyword ( string name ) : bool | ||
IsLetter ( char ch ) : bool | ||
IsLetterOrDigit ( char ch ) : bool | ||
IsLineComment ( char ch ) : bool | ||
IsOperator ( char ch ) : bool | ||
IsStringDelimeter ( char ch ) : bool | ||
IsWhiteSpace ( char ch ) : bool | ||
SkipWhiteSpaces ( ) : void |
public Configure ( |
||
config | ||
return | void |
public ConfigureFromFile ( string filename ) : void | ||
filename | string | |
return | void |
public GetTokens ( string text ) : IEnumerable |
||
text | string | |
return | IEnumerable |