I suggest we create a new repository (objectionary/pretty) that will implement pretty printing of XMIR to EO. Let's move Xmir.toEO() function over there (together with the /org/eolang/parser/print/to-eo.xsl XSL). Also, it seems we can just delete the Xmir.toReversedEO() function.
Later, we'll use print goal of our Maven plugin in auto-formatting: objectionary/eoc#443