jasentaa
jasentaa copied to clipboard
A parser combinator library for Clojure and ClojureScript
Results
1
jasentaa issues
Sort by
recently updated
recently updated
newest added
Incorporate some notion of what the parser was expecting in the event that the input EOF was encountered. Something like how [Parsec](https://github.com/aslatter/parsec) does it: ``` ghci Prelude> :m +Text.Parsec Prelude...
enhancement