StringTemplate is an object oriented template system and only works with
Java and C#

jim 

> -----Original Message-----
> From: [email protected] [mailto:antlr-interest-
> [email protected]] On Behalf Of J.R Karthikeyan
> Sent: Sunday, November 07, 2010 11:10 PM
> To: [email protected]
> Subject: [antlr-interest] error(10): internal error: no such group file
> ST.stg
> 
> Hi,
> 
>    I have the grammar written in antlrworks-1.4 which will generate the
> C code from the grammar. I like the string template feature and would
> like to use it.
> But I am getting the following error
> 
> error(10):  internal error: no such group file ST.stg
> 
> I just changed my options from
> 
> options
> {
> language = C;
> backtrack = true
> }
> 
> to
> 
> 
> options
> {
> language = C;
> backtrack = true;
> output = template;
> rewrite = true;
> }
> 
> Is string template supported for C or am I missing some library files.
> 
> Thanks,
> Jrk.
> 
> 
> 
> List: http://www.antlr.org/mailman/listinfo/antlr-interest
> Unsubscribe: http://www.antlr.org/mailman/options/antlr-interest/your-
> email-address


List: http://www.antlr.org/mailman/listinfo/antlr-interest
Unsubscribe: 
http://www.antlr.org/mailman/options/antlr-interest/your-email-address

-- 
You received this message because you are subscribed to the Google Groups 
"il-antlr-interest" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/il-antlr-interest?hl=en.

Reply via email to