Regex in ctfe?

Manu via Digitalmars-d digitalmars-d at puremagic.com
Mon Jan 25 21:10:58 PST 2016


On 26 January 2016 at 12:58, Era Scarecrow via Digitalmars-d
<digitalmars-d at puremagic.com> wrote:
>  What exactly are you trying to do i wonder?
>
>  If it uses enough of a subset then maybe... I'll assume you tried and
> failed already though.
>
>  It seems more likely that a external library like PCRE would be compiled
> into the compiler instead and you could hook into it; But with probable
> mismatches of the Regex engine and features I'd wonder if it would cause
> problems (at least until the compiler is converted to D and can implement
> it's own d libraries).

I thought DMD was fully converted to D? The compiler could make use of
std.regex if it wanted to...


More information about the Digitalmars-d mailing list