Teonet library  0.4.7
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
grammar-filter.h File Reference

Go to the source code of this file.

Macros

#define YYDEBUG   0
 
#define YYTOKENTYPE
 
#define STRING   258
 
#define WORD   259
 
#define LOGVAR   260
 
#define AND   261
 
#define OR   262
 
#define NOT   263
 
#define YYSTYPE_IS_TRIVIAL   1
 
#define YYSTYPE_IS_DECLARED   1
 

Typedefs

typedef union YYSTYPE YYSTYPE
 

Enumerations

enum  yytokentype {
  STRING = 258, WORD = 259, LOGVAR = 260, AND = 261,
  OR = 262, NOT = 263, STRING = 258, WORD = 259,
  LOGVAR = 260, AND = 261, OR = 262, NOT = 263
}
 

Functions

int yyparse (void)
 

Variables

YYSTYPE yylval
 

Macro Definition Documentation

#define AND   261
#define LOGVAR   260
#define NOT   263
#define OR   262
#define STRING   258
#define WORD   259
#define YYDEBUG   0
#define YYSTYPE_IS_DECLARED   1
#define YYSTYPE_IS_TRIVIAL   1
#define YYTOKENTYPE

Typedef Documentation

typedef union YYSTYPE YYSTYPE

Enumeration Type Documentation

Enumerator
STRING 
WORD 
LOGVAR 
AND 
OR 
NOT 
STRING 
WORD 
LOGVAR 
AND 
OR 
NOT 

Function Documentation

Variable Documentation

YYSTYPE yylval