Bidirectional parsers - Haskell

Welcome to the Functional Programming Zulip Chat Archive. You can join the chat here.

TheMatten

Are there any bidirectional parser libraries ready to use?

Asad Saeeduddin

I just finished writing a JSON biparser here: https://github.com/masaeedu/co-optics/blob/master/src/Examples/Biparsing/JSON.hs

Two optics for the price of one. Contribute to masaeedu/co-optics development by creating an account on GitHub.
Asad Saeeduddin

Need to swap all the annoying nested sums and products for variants and records, but other than that it works