[antlr-interest] Antlr 3beta2 and StringTemplate

Micheal J open.zone at virgin.net
Tue Aug 8 00:38:39 PDT 2006


> > Hi Everyone,
> >
> > I'm looking in c++ to generate output. I've found 
> StringTemplate but 
> > usable only in Java and .NET Is StringTemplate available in 
> the ANTLR 
> > 3beta2 in c++ ?
> 
>    You'll note some discussion about C++ and string template I think  
> in the string template group. basically C++ lacks reflection and so  
> I'm not sure that it is possible.

It's definitely possible.

Functional and robust C++ reflection frameworks abound. Stumbling blocks
(apart from actually writing ST++) include support for C and Obj-C,
cross-compiler support, cross-OS support (i.e. just the usual
C++-development-in-the-large issues).


Micheal

-----------------------
The best way to contact me is via the list/forum. My time is very limited.



More information about the antlr-interest mailing list