Show
Ignore:
Timestamp:
10/29/09 14:22:34 (4 weeks ago)
Author:
dr2chase
Message:

Looks like a fix for the interpreter; cleanup of compiler phase structure; minor (and insufficient) sanitization of overloaded names

Files:
1 modified

Legend:

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

    r4291 r4296  
    809809                                               IdOrOp originalName, 
    810810                                               List<IdOrOp> names, 
    811                                                Option<List<FunctionalRef>> overloadings, 
     811                                               List<Overloading> interpOverloadings, 
    812812                                               List<Overloading> newOverloadings, 
    813813                                               Option<Type> overloadingType); 
     
    16731673             */ 
    16741674            Overloading(IdOrOp unambiguousName, 
     1675                        IdOrOp originalName, 
    16751676                        Option<ArrowType> type); 
    16761677