C# Class StackStream.Lexer

ファイルを表示 Open project: puckipedia/StackStream Class Usage Examples

Public Methods

Method Description
Parse ( string value ) : CodeBlock
Parse ( ) : string
SkipWhitespace ( ) : void
TakeUntilWhitespace ( ) : string

Private Methods

Method Description
Lexer ( string value ) : System
ParseString ( ) : string
_Parse ( Lexer lexer ) : CodeBlock

Method Details

Parse() public static method

public static Parse ( string value ) : CodeBlock
value string
return StackStream.Tokens.CodeBlock

Parse() public method

public Parse ( ) : string
return string

SkipWhitespace() public method

public SkipWhitespace ( ) : void
return void

TakeUntilWhitespace() public method

public TakeUntilWhitespace ( ) : string
return string