stage1_2/iec.y
changeset 328 66cd5d9893dd
parent 315 c62a4078f269
child 350 2c3c4dc34979
equal deleted inserted replaced
327:da78d0d93c75 328:66cd5d9893dd
  7240 
  7240 
  7241 
  7241 
  7242 primary_expression:
  7242 primary_expression:
  7243   constant
  7243   constant
  7244 //| enumerated_value_without_identifier
  7244 //| enumerated_value_without_identifier
  7245   enumerated_value
  7245 | enumerated_value
  7246 | variable
  7246 | variable
  7247 | '(' expression ')'
  7247 | '(' expression ')'
  7248 	{$$ = $2;}
  7248 	{$$ = $2;}
  7249 |  function_invocation
  7249 |  function_invocation
  7250 /* ERROR_CHECK_BEGIN */
  7250 /* ERROR_CHECK_BEGIN */