On Mon, Jan 21, 2013 at 12:09 PM, Armando Blancas <abm221...@gmail.com> wrote:
> I've actually taken a peek at just about every parsing lib that has been
> mentioned in this board. I've learned plenty by reading other people's code,
> and also looking at how they approached the subject.

Any plans to decouple the parsing combinators (more importantly the
error messages/position tracking) from parsing text? "A seqable
object" as in the second argument to parse is not necessarily
something for which lines and columns make sense.

Or to make your parser an honest monad (i.e. to implement the
algo.monads interface)?

-- 
Ben Wolfson
"Human kind has used its intelligence to vary the flavour of drinks,
which may be sweet, aromatic, fermented or spirit-based. ... Family
and social life also offer numerous other occasions to consume drinks
for pleasure." [Larousse, "Drink" entry]

-- 
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

Reply via email to