Pegged and DMD Compilation Memory

Artur Skawina art.08.09 at gmail.com
Wed May 23 09:19:44 PDT 2012


On 05/23/12 17:50, d coder wrote:
> 
>     and it got disqualified before i even had a chance to try it...
> 
> 
> Are you using some alternative? :-)

I gave up on the idea of parsing at compile time.

I was using GDC, and recompiling any file that imported that module
was so slow that it made no sense to do things like that - I'm pretty
sure that I could run a standalone parser app every time the D file got
recompiled and this would take less time...
Maybe Pegged works nicely when used in a normal (ie non-CTFE) context,
but I never tried that.

artur


More information about the Digitalmars-d mailing list