summaryrefslogtreecommitdiff
path: root/web/yacco2/o2testdriver/o2.h
blob: 92a99347d3b227e17c0b9b4a1e0c9691294e2d0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
/*163:*/
//line 31 "/usr/local/yacco2/compiler/o2/includes.w"


//line 32 "/usr/local/yacco2/compiler/o2/includes.w"

#ifndef o2__
#define o2__ 1
/*161:*/
//line 8 "/usr/local/yacco2/compiler/o2/includes.w"

#include "globals.h"
#include "yacco2_stbl.h"
using namespace yacco2_stbl;
#include "o2_lcl_opts.h"
#include "o2_lcl_opt.h"
#include "pass3.h"
#include "o2_types.h"
#include "la_expr_lexical.h"
#include "la_expr.h"
#include "enumerate_T_alphabet.h"
#include "epsilon_rules.h"
#include "mpost_output.h"
#include "prt_xrefs_docs.h"
#include "eval_phrases.h"
#include "enumerate_grammar.h"
#include "rules_use_cnt.h"
/*:161*/
//line 35 "/usr/local/yacco2/compiler/o2/includes.w"

/*13:*/
//line 19 "/usr/local/yacco2/compiler/o2/prog.w"

extern int RECURSION_INDEX__;
extern void COMMONIZE_LA_SETS();
extern int NO_LR1_STATES;
extern STATES_SET_type VISITED_MERGE_STATES_IN_LA_CALC;
extern LR1_STATES_type LR1_COMMON_STATES;
extern CYCLIC_USE_TBL_type CYCLIC_USE_TABLE;
extern void Print_dump_state(state*State);
/*:13*/
//line 36 "/usr/local/yacco2/compiler/o2/includes.w"

#endif

/*:163*/