stage1_2/iec_bison.yy
changeset 469 9fe6c4633ed6
parent 453 4733f662362a
child 516 8591746fa134
equal deleted inserted replaced
468:46f8154d506e 469:9fe6c4633ed6
  3399 
  3399 
  3400 structured_variable:
  3400 structured_variable:
  3401   record_variable '.' field_selector
  3401   record_variable '.' field_selector
  3402 	{$$ = new structured_variable_c($1, $3, locloc(@$));}
  3402 	{$$ = new structured_variable_c($1, $3, locloc(@$));}
  3403 | record_variable '.' il_simple_operator_clash3
  3403 | record_variable '.' il_simple_operator_clash3
  3404     {$$ = new structured_variable_c($1, $3, locloc(@$));}
  3404     {$$ = new structured_variable_c($1, il_operator_c_2_identifier_c($3), locloc(@$));}
  3405 ;
  3405 ;
  3406 
  3406 
  3407 
  3407 
  3408 /* please see note above any_symbolic_variable */
  3408 /* please see note above any_symbolic_variable */
  3409 any_structured_variable:
  3409 any_structured_variable: