sparsec

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

TODO (393B)


      1 twoSepBy combinator? More generally, nSepBy?
      2 
      3 Individual digit parsing
      4 
      5 Numeric parsers that output numeric types other than Natural
      6 
      7 Fix lint warnings in existing code
      8 
      9 Type Classes for utf8 parsing and for byte parsing
     10 
     11 Loc's should use Nats
     12 
     13 Export some ByteString utility functions (e.g., convert to/from string)
     14 
     15 Namespacing (e.g., Loc.byte instead of locByte)
     16 
     17 Inline/inlineable pragmas