Hacker News new | ask | show | jobs
by ithkuil 5975 days ago
there is a port of haskell parsec library to clojure at http://github.com/mmikulicic/clarsec/
1 comments

There is also another parser combinator library called fnparse at http://github.com/joshua-choi/fnparse
another one in http://kotka.de/projects/clojure/parser.html, also using the same nomenclature as in Parsec. Very nice but the sources are unreachable.

I wrote clarsec because I was in hurry and the "kotka"'s sources weren't available.