Show
Ignore:
Timestamp:
07/28/08 20:20:58 (16 months ago)
Author:
sukyoungryu
Message:

[tool] Fixed arrays and also do.

Files:
1 modified

Legend:

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

    r2390 r2405  
    12631263                         * e.g.) [3 4 5; 6 7 8] 
    12641264                         */ 
    1265                         ArrayElements(int dimension, List<ArrayExpr> elements); 
     1265                        ArrayElements(int dimension, 
     1266                                      List<ArrayExpr> elements, 
     1267                                      boolean outermost = false); 
    12661268        /** 
    12671269         * type