www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - String Template Package

reply Per =?UTF-8?B?Tm9yZGzDtnc=?= <per.nordlow gmail.com> writes:
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?
Oct 26 2020
parent "H. S. Teoh" <hsteoh quickfur.ath.cx> writes:
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
Oct 26 2020