summaryrefslogtreecommitdiff
path: root/web/yacco2/grammar-testsuite/testout_terminals.h
blob: 3e90674fa29cfd135816f9592ade890bb15b848f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 File: testout_terminals.h
 Date and Time: Mon Jun  9 08:45:19 2014 
*/
#include "yacco2.h"
#include "testout_T_enumeration.h"
#include "yacco2_k_symbols.h"
#include "testout_err_symbols.h"
#ifndef __testout_terminals_h__
#define __testout_terminals_h__ 1
namespace NS_testout_terminals{
  using namespace NS_testout_T_enum;
  struct T_testout_ok:public yacco2::CAbs_lr1_sym{
    T_testout_ok();
  };
}//namespace
#endif