/*
$echo file: rule2.dat
$echo test: bad pparallel-control-monitor
$echo Error 
*/
fsm 
(fsm-id	"eol.lex",fsm-filename	eol,fsm-namespace NS_eol
,fsm-class		Ceol
,fsm-version	"1.0"	,fsm-date	"17 Juin 2003",fsm-debug	"false"
,fsm-comments	"end-of-line recognizer --- Unix, Mac, and Microsoft supported styles.")
parallel-parser	
(	
  parallel-thread-function
    TH_eol
  ***
  parallel-la-boundary
    eolr 
  ***
)
@"/yacco2/compiler/grammars/yacco2_T_includes.T"

rules{
Reol (){
  -> Rdelimiters 
}

Rdelimiters ()
{
 -> Rsubrule_def
}

Rsubrule_def AD AB(
pparallel-control-monitor{
  arbitrator-code
  int s(0);//cccccccc
  ***
  }
){
	  -> x
}

}// end of rules