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

-- 
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