Canola  0.8.D001
Classes | Defines | Typedefs | Enumerations | Variables
test_number_z/grammar.yacc.h File Reference

Go to the source code of this file.

Classes

union  grammar_STYPE

Defines

#define DIV   258
#define EOLN   259
#define EQ   260
#define GE   261
#define GT   262
#define JUNK   263
#define LE   264
#define LP   265
#define LT   266
#define MINUS   267
#define MOD   268
#define MUL   269
#define NE   270
#define NUMBER   271
#define PLUS   272
#define RP   273
#define unary   274
#define grammar_STYPE_IS_TRIVIAL   1
#define grammar_stype   grammar_STYPE /* obsolescent; will be withdrawn */
#define grammar_STYPE_IS_DECLARED   1

Typedefs

typedef union grammar_STYPE grammar_STYPE

Enumerations

enum  grammar_tokentype {
  DIV = 258, EOLN = 259, EQ = 260, GE = 261,
  GT = 262, JUNK = 263, LE = 264, LP = 265,
  LT = 266, MINUS = 267, MOD = 268, MUL = 269,
  NE = 270, NUMBER = 271, PLUS = 272, RP = 273,
  unary = 274
}

Variables

grammar_STYPE grammar_lval

Define Documentation

#define DIV   258

Definition at line 60 of file grammar.yacc.h.

#define EOLN   259

Definition at line 61 of file grammar.yacc.h.

#define EQ   260

Definition at line 62 of file grammar.yacc.h.

#define GE   261

Definition at line 63 of file grammar.yacc.h.

#define grammar_stype   grammar_STYPE /* obsolescent; will be withdrawn */

Definition at line 96 of file grammar.yacc.h.

#define grammar_STYPE_IS_DECLARED   1

Definition at line 97 of file grammar.yacc.h.

#define grammar_STYPE_IS_TRIVIAL   1

Definition at line 95 of file grammar.yacc.h.

#define GT   262

Definition at line 64 of file grammar.yacc.h.

#define JUNK   263

Definition at line 65 of file grammar.yacc.h.

#define LE   264

Definition at line 66 of file grammar.yacc.h.

#define LP   265

Definition at line 67 of file grammar.yacc.h.

#define LT   266

Definition at line 68 of file grammar.yacc.h.

#define MINUS   267

Definition at line 69 of file grammar.yacc.h.

#define MOD   268

Definition at line 70 of file grammar.yacc.h.

#define MUL   269

Definition at line 71 of file grammar.yacc.h.

#define NE   270

Definition at line 72 of file grammar.yacc.h.

#define NUMBER   271

Definition at line 73 of file grammar.yacc.h.

#define PLUS   272

Definition at line 74 of file grammar.yacc.h.

#define RP   273

Definition at line 75 of file grammar.yacc.h.

#define unary   274

Definition at line 76 of file grammar.yacc.h.


Typedef Documentation


Enumeration Type Documentation

Enumerator:
DIV 
EOLN 
EQ 
GE 
GT 
JUNK 
LE 
LP 
LT 
MINUS 
MOD 
MUL 
NE 
NUMBER 
PLUS 
RP 
unary 

Definition at line 39 of file grammar.yacc.h.


Variable Documentation