up vote 1 down vote favorite
share [g+] share [fb]

Hmm, sounds easy enough but after looking at the ones that come with StringTemplate, there is no way this is easy for me the average developer.

Where does one start?

From doing some more digging it seems to accomplish this one would also have to learn the ANTLR tool to create the language file? Is that correct? Or can I just copy one that came with StringTemplate?

link|improve this question

feedback

2 Answers

up vote 1 down vote accepted

StringTemplate was built by the guy who wrote ANTLR, so the two are very closely related. In fact, StringTemplate was built as the code-generation library for ANTLR, so it's almost certainly the right answer.

link|improve this answer
feedback

Try UCDT from http://www.geocities.com/russlank/mysoftware.html

You might find something you are looking for.

Russlan,

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.