stage1_2/iec.y
changeset 295 e7ce7c6bbb5d
parent 287 9df7fcb9bde5
child 311 8fcea60029de
equal deleted inserted replaced
290:013eab46aebb 295:e7ce7c6bbb5d
  5184 
  5184 
  5185 // step_name: identifier;
  5185 // step_name: identifier;
  5186 step_name: any_identifier;
  5186 step_name: any_identifier;
  5187 
  5187 
  5188 action_association:
  5188 action_association:
  5189   action_name '(' {cmd_goto_sfc_qualifier_state()} action_qualifier {cmd_pop_state()} indicator_name_list ')'
  5189   action_name '(' {cmd_goto_sfc_qualifier_state();} action_qualifier {cmd_pop_state();} indicator_name_list ')'
  5190 	{$$ = new action_association_c($1, $4, $6, locloc(@$));}
  5190 	{$$ = new action_association_c($1, $4, $6, locloc(@$));}
  5191 /* ERROR_CHECK_BEGIN */
  5191 /* ERROR_CHECK_BEGIN */
  5192 /*| action_name '(' error ')'
  5192 /*| action_name '(' error ')'
  5193   {$$ = NULL; print_err_msg(locf(@3), locl(@3), "invalid qualifier defined in action association."); yyerrok;}*/
  5193   {$$ = NULL; print_err_msg(locf(@3), locl(@3), "invalid qualifier defined in action association."); yyerrok;}*/
  5194 /* ERROR_CHECK_END */
  5194 /* ERROR_CHECK_END */