You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to stringtempla...@googlegroups.com
When I run my code that uses StringTemplate, I see errors like this:
org\stringtemplate\v4\compiler\CodeGenerator.g: node from after line 51:0 no viable alternative at input 'UP'
org\stringtemplate\v4\compiler\CodeGenerator.g: node from after line 9:0 no viable alternative at input 'UP'
org\stringtemplate\v4\compiler\CodeGenerator.g: node from after line 14:0 no viable alternative at input 'UP'
Anyone know what I should do to debug such a thing?
[Except for occasional weirdness with the indenting, it seems to work fine.]
Monty Zukowski
unread,
Dec 23, 2015, 12:43:22 PM12/23/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to stringtempla...@googlegroups.com
It can be picky about closing parens and braces. When I am scratching
my head over ST I often diff against my previous version that worked
and find that I left out some punctuation of some sort.