2010/12/3 Gordon Tisher <gor...@balafon.net>

> Hi Justin,
>


> LR is useful for handling operator precedence, for example.  I'm afraid
> that I have no evidence that indirect left-recursion does not result in
> increased complexity -- being able to handle the increased complexity
> was the attraction for me in implementing the algorithm.
>
>
Is there some study work about how LR is supposed to help setting operator
precedences ?

I have worked around with left-recursion support for PEGs, and I still have
doubts that PEG+LR really offers 'native' support for operator precedence...

Cheers,
Alex



> Cheers,
>
> Gordon
>
> --
> Gordon Tisher
> http://balafon.net
>
>
> _______________________________________________
> PEG mailing list
> PEG@lists.csail.mit.edu
> https://lists.csail.mit.edu/mailman/listinfo/peg
>
_______________________________________________
PEG mailing list
PEG@lists.csail.mit.edu
https://lists.csail.mit.edu/mailman/listinfo/peg

Reply via email to