--- trunk/ChangeLog 2009/03/20 14:40:36 320 +++ trunk/ChangeLog 2009/03/31 12:44:02 322 @@ -1,3 +1,21 @@ +2009-03-31 Sascha L. Teichmann + + * formed/formed/model/exprtree.py: Add some code to pretty print + the trees infix. + + * formed/formed/plugins/export/rules.py: New. Exporter for human + readable rules. + + * formed/formed/plugins/export/html.py: Fixed HTML generation. + + * formed/formed/config.py: Added new new Rule export plug-in. + +2009-03-31 Sascha L. Teichmann + + * formed/formed/model/exprtree.py: Fixes from server. Raise + exceptions if there is less or more than one element on stack + after compilation of expression. + 2009-03-20 Sascha L. Teichmann * formed/formed/model/data.py: Removed debug output