sparsec

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

commit d5a677742259e1e6f5193f7821c59761f1d1e79b
parent 102afaa21ff36fc38005910f63918ac3309cf6a1
Author: Robert Russell <robert@rr3.xyz>
Date:   Mon, 22 Dec 2025 11:38:12 -0800

Add TODO file

Diffstat:
ATODO | 17+++++++++++++++++
1 file changed, 17 insertions(+), 0 deletions(-)

diff --git a/TODO b/TODO @@ -0,0 +1,17 @@ +twoSepBy combinator? More generally, nSepBy? + +Individual digit parsing + +Numeric parsers that output numeric types other than Natural + +Fix lint warnings in existing code + +Type Classes for utf8 parsing and for byte parsing + +Loc's should use Nats + +Export some ByteString utility functions (e.g., convert to/from string) + +Namespacing (e.g., Loc.byte instead of locByte) + +Inline/inlineable pragmas