Differences From Artifact [7abcb8181e6c0ff0]:
- File
polemy/_common.d
- 2010-11-13 12:16:47 - part of checkin [5afe8e3f26] on branch trunk - Memoization on non "@v" layer. Now simplest metalevel computation works!! Also, added -l option. (user: kinaba) [annotate]
To Artifact [ae51765dfb783149]:
- File
polemy/_common.d
- 2010-11-20 09:20:03 - part of checkin [515502e8d1] on branch trunk - table get, init, ask expressions addded (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 * "Always-opend" modules inside Polemy. | 5 * These modules are globaly used inside Polemy.
6 */ 6 */
7 module polemy._common; 7 module polemy._common;
8 public import std.array; | 8 public import tricks.test;
9 public import std.range; | 9 public import tricks.tricks;
10 public import std.algorithm; 10 public import std.algorithm;
11 public import std.conv : to; | 11 public import std.array;
12 public import std.bigint; 12 public import std.bigint;
> 13 public import std.conv : text;
13 public import std.exception; 14 public import std.exception;
14 public import tricks.tricks; <
15 public import tricks.test; | 15 public import std.range;
16 public import std.stdio : writeln; // for debugging... 16 public import std.stdio : writeln; // for debugging...