MISR Toolkit  1.5.1
odlparse.h
Go to the documentation of this file.
1 /*****************************************************************************
2 
3  Module: odlparse.h
4 
5  Description: This C-language include file contains the definitions for the
6  tokens returned to the Object Description Language (ODL)
7  parser by the lexical analyzer. This include file is
8  produced directly by Yacc by specifying the -d option.
9  Changes to these definitions should be made by modifying the
10  Yacc input file for the ODL rather than by changing the code
11  below.
12 
13  Author: Randy Davis, University of Colorado LASP
14 
15  Creation Date: 15 March 1989
16  Last Modified: 30 August 1990
17 
18  History:
19 
20  Creation - This file was included in the Version 1 release of the ODLC
21  library.
22 
23  Version 2 - 30 August 1990 - R. Davis, University of Colorado LASP
24  a) Upgraded to work with the ODL Version 2 parser.
25 
26 *****************************************************************************/
27 
28 typedef union {
29  struct Value_Data item;
30  int flag;
31  } YYSTYPE;
32 extern YYSTYPE yylval;
33 # define _OBJECT 257
34 # define _END_OBJECT 258
35 # define _GROUP 259
36 # define _END_GROUP 260
37 # define _END 261
38 # define _sequence_opening 262
39 # define _sequence_closing 263
40 # define _set_opening 264
41 # define _set_closing 265
42 # define _units_opening 266
43 # define _units_closing 267
44 # define _list_separator 268
45 # define _point_operator 269
46 # define _assignment_operator 270
47 # define _multiply_operator 271
48 # define _divide_operator 272
49 # define _exponentiate_operator 273
50 # define _range_operator 274
51 # define _date 275
52 # define _date_time 276
53 # define _date_timeV0 277
54 # define _integer 278
55 # define _name 279
56 # define _real 280
57 # define _symbol 281
58 # define _text_string 282
59 # define _time 283
YYSTYPE yylval
Definition: parser.c:87
int flag
Definition: odlparse.h:30
union YYSTYPE YYSTYPE

MISR Toolkit - Copyright © 2005 - 2020 Jet Propulsion Laboratory
Generated on Fri Jun 19 2020 22:49:51