Bug 5164 - Implement . (dot) operator
Summary: Implement . (dot) operator
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Teresa Thomas
URL:
Keywords:
Depends on:
Blocks: 2246
  Show dependency treegraph
 
Reported: 2007-10-11 15:22 UTC by Teresa Thomas
Modified: 2007-11-20 16:15 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Teresa Thomas 2007-10-11 15:22:37 UTC
 
Comment 1 Teresa Thomas 2007-11-20 16:15:24 UTC
	2007-10-12  Teresa Thomas  <tthomas@redhat.com>
	
	* CExpr.g: Add MEMBER.
	(DOT): Use MEMBER instead of REFERENCE.
	(astDotExpr): Delete.
	(AMPERSAND): Use postfix_expression.
	(STAR): Ditto.
	* CExprEvaluator.g (MEMBER): Implement.
	
	2007-10-12  Teresa Thomas  <tthomas@redhat.com>
	
	* TypeDecorator.java (member): New.
	* CompositeType.java (member): New.
	* Type.java (member): New.
	* TestComposite.java (testMember): New.