http://www.perlmonks.org?node_id=538599


in reply to Re^3: Trees and Language::AttributeGrammar
in thread Trees and Language::AttributeGrammar

The bug has finally been fixed in version 0.08. There is also syntax for aggregate types, though it is awkward: my @child_foos = `@<children>`.foo; Luke
  • Comment on Re^4: Trees and Language::AttributeGrammar

Replies are listed 'Best First'.
Re^5: Trees and Language::AttributeGrammar
by rg0now (Chaplain) on Mar 22, 2006 at 21:48 UTC
    Thaks a lot! I have the Haskell solution almost ready, but, as this bug is now resolved, I can return to Perl, which I prefer from obvious reasons...