This is a really great project. If you add LR1, you may want to retain ~LR0
as an option. My understanding is most grammars today are designed for
LALR1.

On Sun, May 20, 2012 at 4:26 AM, Christophe Grand <christo...@cgrand.net>wrote:

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

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