sparsec

simple Haskell parser combinator library
git clone git://git.rr3.xyz/sparsec
Log | Files | Refs | README | LICENSE

commit c70d21a9968a3521a4b5cd4b9fb6d3a988c204c2
parent cba308df3c69805d36ce567d2042dfb1233276f5
Author: Robert Russell <robert@rr3.xyz>
Date:   Tue, 27 Aug 2024 15:14:34 -0700

Add README

Diffstat:
AREADME | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/README b/README @@ -0,0 +1,6 @@ +Simple Haskell parser combinator library + +I use this for toy PL experiments. It's not particularly special. + +See the example directory for an example of parsing a sequent-based language +similar to Downen and Ariola's System CD.