sparsec

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

README (342B)


      1 Simple Haskell parser combinator library
      2 
      3 I use this for toy PL experiments. It's not particularly special.
      4 
      5 Some of the combinators are inspired by/taken from flatparse [1].
      6 
      7 See the example directory for an example of parsing a sequent-based language
      8 similar to Downen and Ariola's System CD.
      9 
     10 [1] https://github.com/AndrasKovacs/flatparse