[antlr-interest] error(10): internal error: no such group file ST.stg

Jim Idle jimi at temporal-wave.com
Wed Nov 10 09:53:37 PST 2010


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

jim 

> -----Original Message-----
> From: antlr-interest-bounces at antlr.org [mailto:antlr-interest-
> bounces at antlr.org] On Behalf Of J.R Karthikeyan
> Sent: Sunday, November 07, 2010 11:10 PM
> To: antlr-interest at antlr.org
> 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



More information about the antlr-interest mailing list