Show
Ignore:
Timestamp:
08/17/09 09:15:52 (3 months ago)
Author:
jmaessen
Message:

[codegen] Free variable analysis is now wired in. It will complain if
the free variable information looks bad; this could be softened to
fall back to the old scheme, but that will not shake out bugs.

Files:
1 modified

Legend:

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

    r4067 r4083  
    3838customGenerator com.sun.fortress.astgen.ScalaAstGenerator; 
    3939customGenerator com.sun.fortress.astgen.DepthFirstVisitorGenerator; 
     40customGenerator com.sun.fortress.astgen.CollectingVisitorGenerator; 
    4041customGenerator com.sun.fortress.astgen.TemplateDepthFirstVisitorGenerator; 
    4142