summaryrefslogtreecommitdiff
path: root/web/yacco2/qa/fsm_class_phrase11.dat
blob: 0ed6f58ea39bc98353c9ddb6d9f919e82b9fa465 (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
/*	
$echo file: fsm_class_phrase11.dat
$echo       missing date string
$echo Error
*/
fsm	
(fsm-id "fsm_class_phrase_th.lex",fsm-filename	fsm_class_phrase_th,fsm-namespace NS_fsm_class_phrase_th
,fsm-class Cfsm_class_phrase_th{
  user-declaration
    int x__;
  ***
  user-implementation
    Cfsm_class_phrase_th::x__ = 0;
  ***
  user-prefix-declaration
    #include <sss.h>
  ***
  user-suffix-declaration
    #include <zzz.h>
  ***
  constructor
    int x__;
  ***
  destructor
    x__ = 0;
  ***
  op
    int x(0);
  ***
  user-imp-tbl
    #include <zzz.h>
  ***
  user-imp-sym
    #include <zzz.h>
  ***
}
,fsm-version "1.0"	,fsm-date ,fsm-debug "true"
,fsm-comments	"lexical stage constructing tokens for syntax parser")