Differences From Artifact [35d37c6aa0a6531e]:
- File        
polemy/ast.d
- 2010-11-08 16:40:55 - part of checkin [aa770610d3] on branch trunk - added layered-let (user: kinaba) [annotate]
 
To Artifact [c08643c4271f8f35]:
- File        
polemy/ast.d
- 2010-11-09 05:19:20 - part of checkin [8de5b49cdf] on branch trunk - split tricks module into a separate package. (user: kinaba) [annotate]
 
     1         -/**
            1  +/**
     2      2    * Authors: k.inaba
     3      3    * License: NYSL 0.9982 http://www.kmonos.net/nysl/
     4      4    *
     5      5    * Syntax tree for Polemy programming language.
     6      6    */
     7      7   module polemy.ast;
     8      8   import polemy._common;