On Tue, 02 Sep 2014 20:35:05 +0000
via Digitalmars-d <digitalmars-d@puremagic.com> wrote:

> If it changes a lot then you can do it as a builtin preprocessor 
> that compiles to D then hand it over to the regular parser.
but you can do it as an external tool. if new parser is too "far way"
from D, this is easier than patching the D compiler. and we have
Dscanner to parse D code. my patches are relatively small and it's
easier to integrate 'em into existing D parser.

but yes, you will lose CTFE this way.

Attachment: signature.asc
Description: PGP signature

Reply via email to