>> "SIGOURE" == SIGOURE Benoit
<sigoure.benoit(a)lrde.epita.fr> writes:
Use libstratego-gpp for direct pretty printing.
This is a brand new way of pretty-printing. It relies on a very
recent version of libstratego-gpp and thus requires a very recent
installation of Stratego/XT 0.17M1.
Instead of calling prism-to-abox and Abox-2-text (which implies
creating several temporary files under /tmp) pp-{prism,xrm} do the
pretty-printing themselves and then use libstratego-gpp to transform
the boxed AST into text. This is much more efficient.
The point is only speed?