Recently I tried to create a new data structure in python: Tree, by operator overloading. I want it can act as a builtin type, such as list and dict.<br><br>Luckily the basic definition has been finished now, the document is in the code and unittest. And I have put the HTML doc at:
<br>
<a href="http://crablfs.sourceforge.net/tree.html">http://crablfs.sourceforge.net/tree.html</a><br><br>The source code is in SVN:<br><a href="https://crablfs.svn.sourceforge.net/svnroot/crablfs/caxes/trunk/lib/">https://crablfs.svn.sourceforge.net/svnroot/crablfs/caxes/trunk/lib/
</a><br>the files are tree.py and tree_ut.py.<br><br>Now I want to get more advices and feedbacks, so I post this mail. <br><br>Thank you.<br>