[stringtemplate-interest] heading for ST 4.0.3
Terence Parr
parrt at cs.usfca.edu
Fri Jun 17 12:42:08 PDT 2011
Hi,
Please try 4.0.3 early access
http://stringtemplate.org/depot/ST4/java/main/dist
i made major changes to how it looks up template names but ONLY if you use subdirectories within a single group:
* Major overhaul of template names:
** '/' allowed as starting ID letter like </a/b()>
** getInstanceOf names must be fully qualified. If you don't put / on
front, one is added for you.
** template refs in expr are relative to location of surrounding template
unless prefixed with /. In that case they are relative to root of group.
** import statement no longer allows fully qualified file name.
** Changed all unit tests to use fully qualified names and see results that way.
other bug fixes too but please let me know if this breaks anything.
Ter
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.antlr.org/pipermail/stringtemplate-interest/attachments/20110617/ad582ba1/attachment.html
More information about the stringtemplate-interest
mailing list