summaryrefslogtreecommitdiff
path: root/web/yacco2/qa/parallel_parser2.dat
blob: 0306251a78e259756066bd5817d005ad9bbd0cc9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/*	
file: parallel_parser2.dat
      short correct sample for parallel parser
*/
fsm	
(fsm-id "pphrase_th.lex"
,fsm-filename pphrase_th
,fsm-namespace NS_pphrase_th
,fsm-class Cpphrase_th
,fsm-version "1.0",fsm-date "11 mar 2004",fsm-debug "true"
,fsm-comments "testing 1 2 3...")
parallel-parser	
(	
  parallel-thread-function
    TH_pphrase_th
  ***
  parallel-la-boundary
    eolr - ||| - |.|
  ***
  code
    #include <parallel_function_include_code.h>
  ***
)