On Thu, Jul 8, 2010 at 1:34 PM, Nicolas Oury <nicolas.o...@gmail.com> wrote: > Sorry, that's why I had quote around my parse. > I meant, use clojure reader to take a sequence in a macro and then "parse" > it for my own DSL. > So I shouldn't need any help from the reader (even if having some metas with > line and character attached to thing would help) > I do not want to go the parser generator way because I want the DSL to be > tightly integrated with Clojure.
The clj-peg library allows for a grammar that is all Clojure code. It's successor will be even more integrated. Both _could_ be considered parser combinators... so you might not want to rule out all parser combinators as not being tightly integrated. Just FYI. I hope you find what you're looking for. :-) -Rich > Thanks for your answer, > > > Nicolas. -- 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