absyntax/absyntax.def
changeset 443 ff4d26b7e51d
parent 439 cf7d6862033d
child 447 aad0f3e5df33
equal deleted inserted replaced
442:bd5998ee8876 443:ff4d26b7e51d
   911 /***********************************/
   911 /***********************************/
   912 /*| instruction_list il_instruction */
   912 /*| instruction_list il_instruction */
   913 SYM_LIST(instruction_list_c)
   913 SYM_LIST(instruction_list_c)
   914 
   914 
   915 /* | label ':' [il_incomplete_instruction] eol_list */
   915 /* | label ':' [il_incomplete_instruction] eol_list */
   916 SYM_REF2(il_instruction_c, label, il_instruction)
   916 /* NOTE: The parameter 'prev_il_instruction' is used to point to all previous il instructions that may be executed imedaitely before this instruction.
       
   917  *       In case of an il instruction preceded by a label, this will include all IL instructions that jump to this label!
       
   918  *       It is filled in by the flow_control_analysis_c during stage 3.
       
   919  */
       
   920 SYM_REF2(il_instruction_c, label, il_instruction, symbol_c *prev_il_instruction;)
   917 
   921 
   918 
   922 
   919 /* | il_simple_operator [il_operand] */
   923 /* | il_simple_operator [il_operand] */
   920 SYM_REF2(il_simple_operation_c, il_simple_operator, il_operand)
   924 SYM_REF2(il_simple_operation_c, il_simple_operator, il_operand)
   921 
   925