C# Class Assembler.AssemblyTokenizer

Show file Open project: Rohansi/VM Class Usage Examples

Public Methods

Method Description
AssemblyTokenizer ( string input ) : System
IsBitwiseOperation ( TokenType type ) : bool
IsExpressionOperation ( TokenType type ) : bool
IsTermOperation ( TokenType type ) : bool
Scan ( ) : void

Private Methods

Method Description
ScanSource ( TokenList sourceTokens ) : void

Method Details

AssemblyTokenizer() public method

public AssemblyTokenizer ( string input ) : System
input string
return System

IsBitwiseOperation() public static method

public static IsBitwiseOperation ( TokenType type ) : bool
type TokenType
return bool

IsExpressionOperation() public static method

public static IsExpressionOperation ( TokenType type ) : bool
type TokenType
return bool

IsTermOperation() public static method

public static IsTermOperation ( TokenType type ) : bool
type TokenType
return bool

Scan() public method

public Scan ( ) : void
return void