stage1_2/iec.y
changeset 92 a1b03af4b26a
parent 91 ac119a256fc0
child 93 284ef59bb133
equal deleted inserted replaced
91:ac119a256fc0 92:a1b03af4b26a
  4444 	 $$ = new il_function_call_c(il_operator_c_2_identifier_c($1.first), list, locloc(@$));
  4444 	 $$ = new il_function_call_c(il_operator_c_2_identifier_c($1.first), list, locloc(@$));
  4445 	}
  4445 	}
  4446 */
  4446 */
  4447 | il_simple_operator_clash il_operand_list2
  4447 | il_simple_operator_clash il_operand_list2
  4448 	{
  4448 	{
  4449 	 $$ = new il_function_call_c($1, $2, locloc(@$));
  4449 	 $$ = new il_function_call_c(il_operator_c_2_identifier_c($1), $2, locloc(@$));
  4450 	}
  4450 	}
  4451 ;
  4451 ;
  4452 
  4452 
  4453 
  4453 
  4454 
  4454