Mercury library  1.0
Translation of CFG grammars into an object model (Bachelor's thesis).
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties
Classes | Namespaces | Enumerations
Token.cs File Reference

Go to the source code of this file.

Classes

class  Mercury.Scanning.Token
 Token, a part of an input text recognized by tokenizer More...
 

Namespaces

package  Mercury.Scanning
 

Enumerations

enum  Mercury.Scanning.TokenType { Mercury.Scanning.TokenType.String, Mercury.Scanning.TokenType.Symbol, Mercury.Scanning.TokenType.Keyword, Mercury.Scanning.TokenType.Number }
 Defines token types. The actual conditions depend on the Mercury.Scanning.ITokenizer implementation. More...