Subversion Repositories tendra.SVN

Rev

Rev 5 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 7u83 1
/*
2
 * Automatically generated from the files:
6 7u83 3
 *	syntax.sid
2 7u83 4
 * and
6 7u83 5
 *	syntax.act
2 7u83 6
 * by:
7
 *	sid
8
 */
9
 
10
/* BEGINNING OF HEADER */
11
 
12
 
13
/*
14
    		 Crown Copyright (c) 1997
15
 
16
    This TenDRA(r) Computer Program is subject to Copyright
17
    owned by the United Kingdom Secretary of State for Defence
18
    acting through the Defence Evaluation and Research Agency
19
    (DERA).  It is made available to Recipients with a
20
    royalty-free licence for its use, reproduction, transfer
21
    to other parties and amendment for any purpose not excluding
22
    product development provided that any such use et cetera
23
    shall be deemed to be acceptance of the following conditions:-
24
 
25
        (1) Its Recipients shall ensure that this Notice is
26
        reproduced upon any copies or amended versions of it;
27
 
28
        (2) Any amended version of it shall be clearly marked to
29
        show both the nature of and the organisation responsible
30
        for the relevant amendment or amendments;
31
 
32
        (3) Its onward transfer from a recipient to another
33
        party shall be deemed to be that party's acceptance of
34
        these conditions;
35
 
36
        (4) DERA gives no warranty or assurance as to its
37
        quality or suitability for any purpose and DERA accepts
38
        no liability whatsoever in relation to any use to which
39
        it may be put.
40
*/
41
 
42
 
43
#ifndef SYNTAX_INCLUDED
44
#define SYNTAX_INCLUDED
45
 
46
 
47
/* BEGINNING OF FUNCTION DECLARATIONS */
48
 
6 7u83 49
extern void extra_calculus(void);
50
extern void read_calculus(void);
2 7u83 51
 
52
/* BEGINNING OF TERMINAL DEFINITIONS */
53
 
54
#define lex_number (1)
55
#define lex_lshift (35)
56
#define lex_open_Hround (38)
57
#define lex_comma (27)
58
#define lex_rshift (44)
59
#define lex_unknown (48)
60
#define lex_stack (17)
61
#define lex_string (2)
62
#define lex_extras (8)
63
#define lex_equal (32)
64
#define lex_colon (25)
65
#define lex_compl (28)
66
#define lex_import (7)
67
#define lex_unions (13)
68
#define lex_hash (34)
69
#define lex_struct (5)
70
#define lex_identifier (0)
71
#define lex_union (6)
72
#define lex_arrow (21)
73
#define lex_minus (36)
74
#define lex_maps (10)
75
#define lex_and (20)
76
#define lex_enum (4)
77
#define lex_identities (9)
78
#define lex_eof (31)
79
#define lex_star (46)
80
#define lex_with (14)
81
#define lex_list (15)
82
#define lex_vec (18)
83
#define lex_div (29)
84
#define lex_vec_Hptr (19)
85
#define lex_rem (43)
86
#define lex_plus (41)
87
#define lex_close_Hbrace (22)
88
#define lex_dot (30)
89
#define lex_semicolon (45)
90
#define lex_algebra (3)
91
#define lex_primitives (11)
92
#define lex_ptr (16)
93
#define lex_xor (47)
94
#define lex_close_Hsquare (24)
95
#define lex_or (40)
96
#define lex_open_Hbrace (37)
97
#define lex_exclaim (33)
98
#define lex_colon_Hcolon (26)
99
#define lex_structures (12)
100
#define lex_close_Hround (23)
101
#define lex_open_Hsquare (39)
102
#define lex_question (42)
103
 
104
/* BEGINNING OF TRAILER */
105
 
106
 
107
#endif
108
 
109
/* END OF FILE */