Hi, I'm working on my parsing skills using fnparse 2.2.7 and have written
the following implementation of the Shunting-yard algorithm:

https://gist.github.com/952607

I plan to make a lightning talk about monadic parser at the next Bonjure
meeting and I'd like to hear what people here think about that
implementation first.

It is more imperative that I would like, but that is the nature of this
algorithm I think. Would a non-monadic implementation would be better in
some ways? How would you make this code more flexible, faster and/or
cleaner? Is there a more functional way of writing it?

Thanks in advance for any comments!

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