...................................
- Better support for processing-pipelines: compile.py, dsl.py
and autogenerated ...Parse.py- and tst...py-scripts now
use junctions for each processing-stage.
- compile.py, dsl.py, testing.py: Testing of processing stages beyond
the AST is now fully supported, as long as the results can be
serialized as strings.
- SmartRE-parser (EXPERIMENTAL) added for more seamless integration
of regular expressions: If regular expressions contain named groups,
these will appear as named nodes in the tree.