AST files instead of DI interface files for faster compilation and easier distribution
Kagamin
spam at here.lot
Wed Jun 13 04:33:33 PDT 2012
On Wednesday, 13 June 2012 at 11:29:45 UTC, Kagamin wrote:
> The measurements should be done for modules being imported, not
> the module being compiled.
> Something like this.
> ---
> import std.algorithm;
> import std.stdio;
> import std.typecons;
> import std.datetime;
>
> int ok;
> ---
Oh and let it import .d files, not .di
More information about the Digitalmars-d
mailing list