summaryrefslogtreecommitdiff
path: root/web/yacco2/qa/not_lr1_1.cpp
blob: bad5958a563385a00e37704e595eba896a18c197 (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
47
48
49
50
51
52
53
54
55
56
57
58
59
/*
 File: not_lr1_1.cpp
 Date and Time: Mon Oct 13 18:18:15 2014 
*/
#include "not_lr1_1.h"
using namespace NS_yacco2_T_enum;// enumerate
using namespace NS_yacco2_err_symbols;// error symbols
using namespace NS_yacco2_k_symbols;// lrk 
using namespace NS_yacco2_terminals;// terminals
using namespace NS_yacco2_characters;// rc 
using namespace yacco2;// yacco2 library
using namespace NS_not_lr1_1;// grammar's ns
// first set terminals
fsm_rules_reuse_table_type::fsm_rules_reuse_table_type(){
 no_rules_entries_ = 2;
 per_rule_s_table_[0] =  new Per_rule_s_reuse_table();
 per_rule_s_table_[1] =  new Per_rule_s_reuse_table();
}
  Cnot_lr1_1::
  Cnot_lr1_1()
    :yacco2::CAbs_fsm
      ("not_lr1_1.lex"
      ,"1.0"
      ,"13-sep-97"
      ,true
      ,"test out lr1"
      ,"Mon Oct 13 18:18:15 2014 "
      ,S1_Cnot_lr1_1){
    
  }
 
Cnot_lr1_1::~Cnot_lr1_1(){

  for(int x = 0;x < 2;++x){
   ///delete fsm_rules_reuse_table.per_rule_s_table_[x];
  }
} 

  bool Cnot_lr1_1::failed(){
      return false;
  }
  void Cnot_lr1_1::op(){
}
int Cnot_lr1_1::rhs_to_rules_mapping_[4] = {
 -1
 ,0 // subrule 1 for rule 1
 ,1 // subrule 2 for rule 2
 ,1 // subrule 3 for rule 2
}; 
Rnot_lr1_1::Rnot_lr1_1(yacco2::Parser* P)
 :CAbs_lr1_sym
  ("Rnot_lr1_1",0,Cnot_lr1_1::R_Rnot_lr1_1_,P,false,false){
}

RS1::RS1(yacco2::Parser* P)
 :CAbs_lr1_sym
  ("RS1",0,Cnot_lr1_1::R_RS1_,P,false,false){
}