/* $echo file: rule1.dat $echo test: relaxed order of lhs,parallel-control-monitor $echo Okay */ 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.\fbreak @/ rules{ Reol (){ -> Rdelimiters } Rdelimiters () { -> Rsubrule_def } Rsubrule_def AD AB( parallel-control-monitor{ arbitrator-code int s(0);//cccccccc *** } ){ -> x } }// end of rules