summaryrefslogtreecommitdiff
path: root/web/yacco2/qa/TS_la5.lex
blob: 40527136ba27561ad688afdaa43ed37816448d78 (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
/*	
$echo FILE:		  TS_la5.lex
$echo Purpose:	  test la expr non existant rule
$echo eolr - Rnon_existant_rule
$echo Error   
*/
fsm	
(fsm-id	"TS_la5.lex",fsm-filename	TS_la5,fsm-namespace NS_TS_la5
,fsm-class		CTS_la5
,fsm-version	"1.0"	,fsm-date	"17 Juin 2003",fsm-debug	"true"
,fsm-comments	"end-of-line recognizer")
parallel-parser	
(	
  parallel-thread-function
    TH_TS_la5
  ***
  parallel-la-boundary
    eolr - Rnon_existant_rule 
  ***
)
@"/usr/local/yacco2/compiler/grammars/yacco2_T_includes.T"

/@
@** Rules.\fbreak
@/
rules{
Reol AD AB(){
  -> Rdelimiters 
}


Rdelimiters AD AB()
{
  ->  "x0a" 
  ->  "x0d" |.| 
  ->  "x0d" "x0a" 
}
}// end of rules