summaryrefslogtreecommitdiff
path: root/web/yacco2/qa/fsm_class_phrase1.dat
blob: bb9d6590916f4b0d7abd5385fca64d5f544eeb92 (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
/*	
$echo file: fsm_class_phrase1.dat
$echo       all directives:
$echo       will produce no T enumeration phrase error
$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);
  ***
  failed
    return false;
  ***
  user-imp-tbl
    #include <zzz.h>
  ***
  user-imp-sym
    #include <zzz.h>
  ***
}
,fsm-version	"1.0",fsm-date "17 Apr 2001",fsm-debug "true"
,fsm-comments	"lexical stage constructing tokens for syntax parser")