October 26, 2020
I need a string template system for generation of parsers in D code to compiled in separate phase (not Pegged).

What packages is there for this?
October 26, 2020
On Mon, Oct 26, 2020 at 11:36:12PM +0000, Per Nordlöw via Digitalmars-d-learn wrote:
> I need a string template system for generation of parsers in D code to compiled in separate phase (not Pegged).
> 
> What packages is there for this?

Adela Vais is working on D support for GNU bison, a parser generator that uses a separate compile phase.  I don't know how far she has gotten and how usable the current support is, but it's something to keep an eye out for.


T

-- 
Let's call it an accidental feature. -- Larry Wall