mirror of
https://github.com/mrkkrp/megaparsec.git
synced 2024-11-24 12:04:23 +03:00
6 lines
315 B
Plaintext
6 lines
315 B
Plaintext
A monadic parser combinator library, written by Daan Leijen. Parsec is designed
|
|
from scratch as an industrial-strength parser library. It is simple, safe, well
|
|
documented, has extensive libraries and good error messages, and is also
|
|
fast. More documentation can be found on:
|
|
<http://www.cs.uu.nl/~daan/parsec.html>
|