[Haskell-cafe] How to do reversible parsing?

Askar Safin safinaskar at mail.ru
Wed Jan 6 19:14:16 UTC 2021


> https://hackage.haskell.org/package/invertible-syntax
Hi. My first impression about this package was wrong. The package doesn't check
that parsing is deterministic. Parser returns list of results instead of just one result.
I. e. we cannot be sure about determinism before actual parsing. So, this package
will not go
==
Askar Safin
https://github.com/safinaskar


More information about the Haskell-Cafe mailing list