absyntax/absyntax.def
changeset 476 38d85e9a0507
parent 471 da650a87662d
child 477 c0c6ff7357b7
equal deleted inserted replaced
475:28816126cf8d 476:38d85e9a0507
   968 
   968 
   969 
   969 
   970 /*******************/
   970 /*******************/
   971 /* B 2.2 Operators */
   971 /* B 2.2 Operators */
   972 /*******************/
   972 /*******************/
   973 /* NOTE: The parameter 'called_fb_declaration'is used to pass data between stage 3 and stage4 (although currently it is not used in stage 4 */
   973 /* NOTE: The parameter 'called_fb_declaration' is used to pass data between stage 3 and stage4 (although currently it is not used in stage 4 */
       
   974 /* NOTE: The parameter 'deprecated_operation' is used to pass information to print_datatypes_error from fill_candidate class about operation status */ 
   974 SYM_REF0(LD_operator_c)
   975 SYM_REF0(LD_operator_c)
   975 SYM_REF0(LDN_operator_c)
   976 SYM_REF0(LDN_operator_c)
   976 SYM_REF0(ST_operator_c)
   977 SYM_REF0(ST_operator_c)
   977 SYM_REF0(STN_operator_c)
   978 SYM_REF0(STN_operator_c)
   978 SYM_REF0(NOT_operator_c)
   979 SYM_REF0(NOT_operator_c)
   990 SYM_REF0(OR_operator_c)
   991 SYM_REF0(OR_operator_c)
   991 SYM_REF0(XOR_operator_c)
   992 SYM_REF0(XOR_operator_c)
   992 SYM_REF0(ANDN_operator_c)
   993 SYM_REF0(ANDN_operator_c)
   993 SYM_REF0(ORN_operator_c)
   994 SYM_REF0(ORN_operator_c)
   994 SYM_REF0(XORN_operator_c)
   995 SYM_REF0(XORN_operator_c)
   995 SYM_REF0(ADD_operator_c)
   996 SYM_REF0(ADD_operator_c, bool deprecated_operation;)
   996 SYM_REF0(SUB_operator_c)
   997 SYM_REF0(SUB_operator_c, bool deprecated_operation;)
   997 SYM_REF0(MUL_operator_c)
   998 SYM_REF0(MUL_operator_c, bool deprecated_operation;)
   998 SYM_REF0(DIV_operator_c)
   999 SYM_REF0(DIV_operator_c, bool deprecated_operation;)
   999 SYM_REF0(MOD_operator_c)
  1000 SYM_REF0(MOD_operator_c)
  1000 SYM_REF0(GT_operator_c)
  1001 SYM_REF0(GT_operator_c)
  1001 SYM_REF0(GE_operator_c)
  1002 SYM_REF0(GE_operator_c)
  1002 SYM_REF0(EQ_operator_c)
  1003 SYM_REF0(EQ_operator_c)
  1003 SYM_REF0(LT_operator_c)
  1004 SYM_REF0(LT_operator_c)
  1034 SYM_REF2(notequ_expression_c, l_exp, r_exp)
  1035 SYM_REF2(notequ_expression_c, l_exp, r_exp)
  1035 SYM_REF2(lt_expression_c, l_exp, r_exp)
  1036 SYM_REF2(lt_expression_c, l_exp, r_exp)
  1036 SYM_REF2(gt_expression_c, l_exp, r_exp)
  1037 SYM_REF2(gt_expression_c, l_exp, r_exp)
  1037 SYM_REF2(le_expression_c, l_exp, r_exp)
  1038 SYM_REF2(le_expression_c, l_exp, r_exp)
  1038 SYM_REF2(ge_expression_c, l_exp, r_exp)
  1039 SYM_REF2(ge_expression_c, l_exp, r_exp)
  1039 SYM_REF2(add_expression_c, l_exp, r_exp)
  1040 SYM_REF2(add_expression_c, l_exp, r_exp, bool deprecated_operation;)
  1040 SYM_REF2(sub_expression_c, l_exp, r_exp)
  1041 SYM_REF2(sub_expression_c, l_exp, r_exp, bool deprecated_operation;)
  1041 SYM_REF2(mul_expression_c, l_exp, r_exp)
  1042 SYM_REF2(mul_expression_c, l_exp, r_exp, bool deprecated_operation;)
  1042 SYM_REF2(div_expression_c, l_exp, r_exp)
  1043 SYM_REF2(div_expression_c, l_exp, r_exp, bool deprecated_operation;)
  1043 SYM_REF2(mod_expression_c, l_exp, r_exp)
  1044 SYM_REF2(mod_expression_c, l_exp, r_exp)
  1044 SYM_REF2(power_expression_c, l_exp, r_exp)
  1045 SYM_REF2(power_expression_c, l_exp, r_exp)
  1045 SYM_REF1(neg_expression_c, exp)
  1046 SYM_REF1(neg_expression_c, exp)
  1046 SYM_REF1(not_expression_c, exp)
  1047 SYM_REF1(not_expression_c, exp)
  1047 
  1048