On Fri, May 18, 2012 at 8:46 AM, Alexsandro Soares
<prof.asoa...@gmail.com> wrote:
> Hi,
>
>      I'm trying to build a compiler using Clojure. Is there any tools
> like flex and bison generating Clojure code?
>      I'm interested in a lexer/parser in pure Clojure because I think
>  in use the same code with Javascript (via ClojureScript) and Java (via
> Clojure).
> I already know isolated tools like Jflex, JavaCup and Bison generating Java
> and
> Jison, JS/CC and friends for Javascript, but I am just interested in a pure
> Clojure solution.

You might want to look at Parsley:
    <https://github.com/cgrand/parsley>

-John

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