summaryrefslogtreecommitdiff
path: root/web/yacco2/qa/rule3.dat
blob: f3000ecc04bd4ad84bf5defd67e58bb16bbaf83e (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
/*
$echo file: rule3.dat
$echo test: no fsm clause present
$echo as i parse constructs by keyword triggers,
$echo individual constructs get parsed so no fsm clause is allowed.
$echo What gps so should i point to the comments? as error gps???
$echo As the eval_phrases does a tree breadth only retrival of the phrase tokens
$echo and eval_phrase grammar tokens are ordered i will take the 
$echo current T's gps as its error gps? 
$echo What gps so should i point to the comments? as error gps???
$echo phrase clauses are evaluated for proper order by eval_phrases
$echo Error --- misplaced or missing fsm phrase
*/
@"/yacco2/compiler/grammars/yacco2_T_includes.T"
rules{
Reol (){
  -> Rdelimiters 
}

Rdelimiters ()
{
 -> Rsubrule_def
}

Rsubrule_def AD AB(){
	  -> x
}

}// end of rules