Paradox Game Engine  v1.0.0 beta06
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros Pages
Token.cs File Reference

Go to the source code of this file.

Classes

class  Irony.Parsing.TokenList
 A List of tokens. More...
 
class  Irony.Parsing.TokenStack
 A Stack of tokens. More...
 
class  Irony.Parsing.Token
 Tokens are produced by scanner and fed to parser, optionally passing through Token filters in between. More...
 
class  Irony.Parsing.MultiToken
 Some terminals may need to return a bunch of tokens in one call to TryMatch; MultiToken is a container for these tokens More...
 

Namespaces

package  Irony.Parsing
 

Enumerations

enum  Irony.Parsing.TokenFlags { Irony.Parsing.TokenFlags.IsIncomplete = 0x01 }
 Token flags. More...
 
enum  Irony.Parsing.TokenCategory {
  Irony.Parsing.TokenCategory.Content, Irony.Parsing.TokenCategory.Outline, Irony.Parsing.TokenCategory.Comment, Irony.Parsing.TokenCategory.Directive,
  Irony.Parsing.TokenCategory.Error
}
 Token category. More...