absyntax/absyntax.def
changeset 453 4733f662362a
parent 447 aad0f3e5df33
child 457 67d8b07bac22
equal deleted inserted replaced
452:79ac274d1cc4 453:4733f662362a
   955 /* | il_operand_list ',' il_operand */
   955 /* | il_operand_list ',' il_operand */
   956 SYM_LIST(il_operand_list_c)
   956 SYM_LIST(il_operand_list_c)
   957 
   957 
   958 /* | simple_instr_list il_simple_instruction */
   958 /* | simple_instr_list il_simple_instruction */
   959 SYM_LIST(simple_instr_list_c)
   959 SYM_LIST(simple_instr_list_c)
       
   960 
       
   961 
       
   962 /* il_simple_instruction:
       
   963  *   il_simple_operation eol_list
       
   964  * | il_expression eol_list
       
   965  * | il_formal_funct_call eol_list
       
   966  */
       
   967 /* NOTE: The parameter 'prev_il_instruction' is used to point to all previous il instructions that may be executed imedaitely before this instruction. */
       
   968 SYM_REF1(il_simple_instruction_c, il_simple_instruction, symbol_c *prev_il_instruction;)
   960 
   969 
   961 /* | il_initial_param_list il_param_instruction */
   970 /* | il_initial_param_list il_param_instruction */
   962 SYM_LIST(il_param_list_c)
   971 SYM_LIST(il_param_list_c)
   963 
   972 
   964 /*  il_assign_operator il_operand
   973 /*  il_assign_operator il_operand