- The liblet.display.Tree.with_threads method puts nodes at the same rank according to their depth in the tree. - The liblet.antlr.ANTLR.tree method ignores <EOF> tokens for non simple trees.
0.12.3alpha
--------------------------
- Added new documentation for recently added classes and a few utils. - Moved the liblet.display.warn method to liblet.utils.warn. - Fixing the None node display style in liblet.display.Tree.with_threads.
0.12.2alpha
--------------------------
- Added HTML escaping to liblet.dislpay.iter2table and liblet.dislpay.dict2table. - Added liblet.display.Tree.with_thread method. - Added liblet.antlr.AnnotatedTreeWalker class.
0.12.1alpha
--------------------------
- Added and fixed ANTLR class tests.
0.12.0alpha
--------------------------
- Added documentation for the Tree class. - Refactored heavily the ANTLR class. - Added documentation for the ANTLR class.
0.11.1alpha
--------------------------
- The display.Tree class uses pseudo-HTML Graphviz labels if the root is a dict. - The antlr.ANTLR class keeps track of the generated sources (in the sources field).