Show
Ignore:
Timestamp:
09/18/09 18:34:09 (2 months ago)
Author:
sukyoungryu
Message:

[ast] Replaced List<Expr> with Block for the body of LetExpr?.

Files:
1 modified

Legend:

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

    r4149 r4185  
    698698                 *                  | LocalVarDecl 
    699699                 */ 
    700                 abstract LetExpr(List<Expr> body); 
     700                abstract LetExpr(Block body); 
    701701                    /** 
    702702                     * local function declaration