ergo
ergo_input_processor.h
Go to the documentation of this file.
1 #define NUMBER 257
2 #define DOT 258
3 #define SYMBOL 259
4 #define EQUAL 260
5 #define STRING 261
6 #define EOFTAG 262
7 #define GETEXC 263
8 #define GETPOL 264
9 #define K_ALL 265
10 #define HELP 266
11 #define MOLTAG 267
12 #define GHOSTTAG 268
13 #define MOLDAL 269
14 #define QUIT 270
15 #define RUNTAG 271
16 #define SYSTEM 272
17 #define GHOST 273
18 #define ANGSTROM 274
19 #define PRECISION 275
20 #define RANGE 276
21 #define WARRANTY 277
22 #define SET_NTHREADS 278
23 #define PLUS 279
24 #define MINUS 280
25 #define TIMES 281
26 #define DIVIDE 282
27 #define POWER 283
28 #define LEFT_PARENTHESIS 284
29 #define RIGHT_PARENTHESIS 285
30 #define EOL 286
31 #define NEG 287
32 #ifdef YYSTYPE
33 #undef YYSTYPE_IS_DECLARED
34 #define YYSTYPE_IS_DECLARED 1
35 #endif
36 #ifndef YYSTYPE_IS_DECLARED
37 #define YYSTYPE_IS_DECLARED 1
38 typedef union {
39  double num; /* for returning numbers */
40  char str[256]; /* for returning strings */
41  struct variable *var; /* for returning lvalues */
42 } YYSTYPE;
43 #endif /* !YYSTYPE_IS_DECLARED */
44 extern YYSTYPE yylval;
YYSTYPE yylval
Definition: ergo_input_processor.c:309
Definition: ergo_input_processor.c:41
describes a variable recognized by the scripting system.
Definition: ergo_scripted.h:52