http://www.perlmonks.org?node_id=674334


in reply to Re^3: Reversible parsing (with Parse::RecDescent?)
in thread Reversible parsing (with Parse::RecDescent?)

The OP asks to go from string to parse tree back to the original string, not parse tree to string to original parse tree.

blokhead