Changes for version 1.04

  • The second argument to the Tree::Simple constructor was a parent, and that argument was not getting properly type checked before attempting to call 'addChild' on it. Now it is properly type checked and will throw an exception if it is not correct.

Modules

A simple tree object
Visitor object for Tree::Simple objects