/* $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