1 |
2009-03-31 Sascha L. Teichmann <[email protected]> |
2009-03-31 Sascha L. Teichmann <[email protected]> |
2 |
|
|
3 |
|
* formed/formed/model/exprtree.py: Add some code to pretty print |
4 |
|
the trees infix. |
5 |
|
|
6 |
|
* formed/formed/plugins/export/rules.py: New. Exporter for human |
7 |
|
readable rules. |
8 |
|
|
9 |
|
* formed/formed/plugins/export/html.py: Fixed HTML generation. |
10 |
|
|
11 |
|
* formed/formed/config.py: Added new new Rule export plug-in. |
12 |
|
|
13 |
|
2009-03-31 Sascha L. Teichmann <[email protected]> |
14 |
|
|
15 |
* formed/formed/model/exprtree.py: Fixes from server. Raise |
* formed/formed/model/exprtree.py: Fixes from server. Raise |
16 |
exceptions if there is less or more than one element on stack |
exceptions if there is less or more than one element on stack |
17 |
after compilation of expression. |
after compilation of expression. |