absyntax/absyntax.def
changeset 495 8c6823fee086
parent 478 b13feab3b918
parent 399 55b074ea7255
child 498 0637a4490c8c
equal deleted inserted replaced
494:bcd737ad27f7 495:8c6823fee086
   910 /* | il_simple_operator [il_operand] */
   910 /* | il_simple_operator [il_operand] */
   911 SYM_REF2(il_simple_operation_c, il_simple_operator, il_operand)
   911 SYM_REF2(il_simple_operation_c, il_simple_operator, il_operand)
   912 
   912 
   913 /* | function_name [il_operand_list] */
   913 /* | function_name [il_operand_list] */
   914 /* NOTE: The parameter 'called_function_declaration', 'extensible_param_count' and 'candidate_functions' are used to pass data between the stage 3 and stage 4.
   914 /* NOTE: The parameter 'called_function_declaration', 'extensible_param_count' and 'candidate_functions' are used to pass data between the stage 3 and stage 4.
       
   915  *       data between the stage 3 and stage 4.
   915  *       See the comment above function_invocation_c for more details 
   916  *       See the comment above function_invocation_c for more details 
   916  */
   917  */
   917 SYM_REF2(il_function_call_c, function_name, il_operand_list, symbol_c *called_function_declaration; int extensible_param_count; std::vector <symbol_c *> candidate_functions;)
   918 SYM_REF2(il_function_call_c, function_name, il_operand_list, symbol_c *called_function_declaration; int extensible_param_count; std::vector <symbol_c *> candidate_functions;)
   918 
   919 
   919 
   920