Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Hi. I think it works but need some more people to test.

http://www.stringtemplate.org/download/trunk

you'll see source and a tarball with src/.class files.

Notes:

StringTemplate v4 Notes

Try out the STViz inspector. totally awesome. Say ST.inspect() instead of render() and the window will pop up.

I don't have much of a right at the moment; the unit tests will help. Main changes:

  • ST.add not setAttribute
  • ST.render() not toString()
  • ST not StringTemplate
  • STGroup not StringTemplateGroup
  • no "group" header in group files
  • need template definition in template files like foo(x,y) ::= <<...>>

Try ErrorManager.v3_mode to get some backward compatibility.

  • No labels