# Home    # nevrax.com   
Nevrax
Nevrax.org
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
Docs
 
Documentation  
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  

cf_gramatical.h File Reference

Go to the source code of this file.

Compounds

union  YYSTYPE

Defines

#define ADD_ASSIGN   257
#define ASSIGN   258
#define VARIABLE   259
#define STRING   260
#define SEMICOLON   261
#define PLUS   262
#define MINUS   263
#define MULT   264
#define DIVIDE   265
#define RPAREN   266
#define LPAREN   267
#define RBRACE   268
#define LBRACE   269
#define COMMA   270
#define INT   271
#define REAL   272

Variables

YYSTYPE cflval


Define Documentation

#define ADD_ASSIGN   257
 

Definition at line 4 of file cf_gramatical.h.

#define ASSIGN   258
 

Definition at line 5 of file cf_gramatical.h.

#define COMMA   270
 

Definition at line 17 of file cf_gramatical.h.

#define DIVIDE   265
 

Definition at line 12 of file cf_gramatical.h.

#define INT   271
 

Definition at line 18 of file cf_gramatical.h.

#define LBRACE   269
 

Definition at line 16 of file cf_gramatical.h.

#define LPAREN   267
 

Definition at line 14 of file cf_gramatical.h.

#define MINUS   263
 

Definition at line 10 of file cf_gramatical.h.

#define MULT   264
 

Definition at line 11 of file cf_gramatical.h.

#define PLUS   262
 

Definition at line 9 of file cf_gramatical.h.

#define RBRACE   268
 

Definition at line 15 of file cf_gramatical.h.

#define REAL   272
 

Definition at line 19 of file cf_gramatical.h.

#define RPAREN   266
 

Definition at line 13 of file cf_gramatical.h.

#define SEMICOLON   261
 

Definition at line 8 of file cf_gramatical.h.

#define STRING   260
 

Definition at line 7 of file cf_gramatical.h.

#define VARIABLE   259
 

Definition at line 6 of file cf_gramatical.h.


Variable Documentation

YYSTYPE cflval
 

Definition at line 22 of file cf_gramatical.h.