AW: [stringtemplate-interest] Problems with List and Hashes revisited

Terence Parr parrt at cs.usfca.edu
Wed May 31 10:17:38 PDT 2006


On May 30, 2006, at 6:10 AM, Dreyer Ulf (CR/APA3) wrote:
> (2) Should this template work? (It always crashes on me because
> of stack-overflow)
>
> RecursiveOut(Daten) ::= << $Daten:RecursiveOut();separator=","$ >>
> As both classes in my data-structure (AttributeHash and AttributeList)
> are IEnumerable it should strip away one layer at a time, shouldn't  
> it?

You are saying

f(x) { f(x); }

here.

Ter


More information about the stringtemplate-interest mailing list