/* $echo file: rule9.dat $echo run against o2 not testdriver $echo test: bad aarbitrator-code $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( lhs, parallel-control-monitor{ aarbitrator-code int s(0);//cccccccc *** } ){ -> x } }// end of rules