Differences From Artifact [a264a204623245e6]:
- File
polemy/ast.d
- 2010-11-07 12:46:23 - part of checkin [3f5dc76a75] on branch trunk - Added funcall expression parser and function literal parser. (user: kinaba) [annotate]
To Artifact [6aa982b32b1d6e05]:
- File
polemy/ast.d
- 2010-11-07 15:03:38 - part of checkin [820e7198cc] on branch trunk - Made helloworld work. (user: kinaba) [annotate]
1 /* | 1 /**
2 * Authors: k.inaba 2 * Authors: k.inaba
3 * License: NYSL 0.9982 http://www.kmonos.net/nysl/ 3 * License: NYSL 0.9982 http://www.kmonos.net/nysl/
4 * 4 *
5 * Syntax tree for Polemy programming language. 5 * Syntax tree for Polemy programming language.
6 */ 6 */
7 module polemy.ast; 7 module polemy.ast;
8 import polemy._common; 8 import polemy._common;