Show
Ignore:
Timestamp:
02/11/09 07:58:10 (10 months ago)
Author:
sukyoungryu
Message:

[parser] Merged the grammar productions for variables and fields. Moved the modifers check for variables from the parser to the postparser.

Location:
trunk/ProjectFortress/parser_tests
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/ProjectFortress/parser_tests/AbsFieldTest.fss

    r2101 r3403  
    11(******************************************************************************* 
    2     Copyright 2008 Sun Microsystems, Inc., 
     2    Copyright 2009 Sun Microsystems, Inc., 
    33    4150 Network Circle, Santa Clara, California 95054, U.S.A. 
    44    All rights reserved. 
     
    2020 
    2121trait T 
    22   test x: ZZ32 
     22  private x: ZZ32 
    2323end 
    2424 
  • trunk/ProjectFortress/parser_tests/ApiFieldTest.fsi

    r2786 r3403  
    11(******************************************************************************* 
    2     Copyright 2008 Sun Microsystems, Inc., 
     2    Copyright 2009 Sun Microsystems, Inc., 
    33    4150 Network Circle, Santa Clara, California 95054, U.S.A. 
    44    All rights reserved. 
     
    2020trait T 
    2121  (a: ZZ32, b: String) 
    22   test x: ZZ32 
     22  settable x: ZZ32 
    2323end 
    2424