ANN: Clearley 0.2.0

https://github.com/mthvedt/clearley

Yet another Clojure parser library.

Clearley is a parser for people who aren't interested in parsing, and just 
want to get up and running as quickly as possible processing streams of 
structured data.

Bullet points:

* No need to fool around with parse trees. A defn-like syntax makes parsing 
and processing data as easy (almost) as writing Clojure functions. Or at 
least that's the intent :)

* Under the hood is a GLR parser that can handle any input grammar, even if 
it's ambiguous or arbitrarily recursive.

* Parse arbitrary input, not just strings.

One major win of Clearley was its ability to handle general context-free 
grammars, but the days-old announcement of Instaparse presents somewhat 
poor timing. I'm interested in gauging interest in the Clearley way of 
doing things, to see how to continue from here. Feedback and opinions 
welcomed.

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to