On Sat, May 19, 2012 at 9:44 PM, Jason Jackson <jasonj...@gmail.com> wrote:

> In retrospect, I would have tried 
> https://github.com/cgrand/**parsley<https://github.com/cgrand/parsley> afaik
> it has ~LR1 performance characteristics.
>

Parsley is closer to LR(0) (but I'd like to make it LR(1) using Pager's
lane tracing algorithm or IELR) however some ambiguities of LR(0) can be
lifted in parsley thanks to the contextual tokenizer.

Christophe

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