On Sat, May 19, 2012 at 9:44 PM, Jason Jackson <[email protected]> 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 [email protected]
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to