Y
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
brehaut
5975 days ago
There is also another parser combinator library called fnparse at
http://github.com/joshua-choi/fnparse
link
ithkuil
5974 days ago
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.
link