Re: String Template Package

2020-10-26 Thread H. S. Teoh via Digitalmars-d-learn
On Mon, Oct 26, 2020 at 11:36:12PM +, 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


String Template Package

2020-10-26 Thread Per Nordlöw via Digitalmars-d-learn
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?