[stringtemplate-interest] eval tree parse error <AST>:0:0: unexpected end of subtree

Terence Parr parrt at cs.usfca.edu
Sun Feb 21 08:43:04 PST 2010


On Feb 20, 2010, at 11:44 PM, Kasper Hansen wrote:

> $if (segment != null)$

Hi Kasper, ST doesn't allow expressions that test logic.  Try:

$if (!segment)$

which says same thing in this case. "segment not present"

Ter



More information about the stringtemplate-interest mailing list