C# Class Assembler.Tokenizer

Afficher le fichier Open project: Rohansi/VM Class Usage Examples

Méthodes publiques

Méthode Description
Scan ( ) : void
Tokenizer ( string input ) : System

Private Methods

Méthode Description
AddToken ( BasicTokenType type, string value = "" ) : void
IsNext ( string str ) : bool

Method Details

Scan() public méthode

public Scan ( ) : void
Résultat void

Tokenizer() public méthode

public Tokenizer ( string input ) : System
input string
Résultat System