Show
Ignore:
Timestamp:
08/13/09 10:50:57 (3 months ago)
Author:
jrhil47
Message:

[desugarer] Corrected Assignment desugaring to use the right op refs, if that information is available.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/ProjectFortress/astgen/Fortress.ast

    r4031 r4067  
    443443            root abstract Expr(ExprInfo info); 
    444444                /** 
     445                 * a dummy expression that just carries a type around, used 
     446                 * during type checking 
     447                 */ 
     448                DummyExpr(); 
     449                /** 
    445450                 * expression annotated with a type 
    446451                 */