|
Mercury library
1.0
Translation of CFG grammars into an object model (Bachelor's thesis).
|
The tokenizer interface. More...
Public Member Functions | |
| IList< Token > | Tokenize (string input) |
| Splits source string into tokens. More... | |
The tokenizer interface.
Definition at line 14 of file Tokenizer.cs.
| IList<Token> Mercury.Scanning.ITokenizer.Tokenize | ( | string | input | ) |
Splits source string into tokens.
| input | Source string. |
Implemented in Mercury.Scanning.Tokenizer.
1.8.7