[Haskell-cafe] combined parsing & pretty-printing

malcolm.wallace malcolm.wallace at me.com
Wed Jan 26 18:00:48 CET 2011


Tillmann Rendel and Klaus Ostermann. "Invertible syntax descriptions: Unifying parsing and pretty printing".
Haskell Symposium 2010.

Regards,
    Malcolm

On 26 Jan, 2011,at 04:22 PM, Ozgur Akgun <ozgurakgun at gmail.com> wrote:

Dear Café,

I working on a DSL represented by a algebraic data type with many constructors. I can write (separately) a parser and a pretty-printer for it, and I am doing so at the moment. However, this way it feels like repeating the same information twice.

Is there any work to combine the two?

Best,
Ozgur
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe at haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20110126/8743a622/attachment.htm>


More information about the Haskell-Cafe mailing list