Let's stop parser Hell

Dmitry Olshansky dmitry.olsh at gmail.com
Sun Jul 8 02:14:31 PDT 2012


On 08-Jul-12 13:05, Tobias Pankrath wrote:
>>> Yup, LL(*) is my favorite so far.
>>
>> That's Terence Parr's discovery, right? I've always liked ANTLR, so if
>> PEGs turn out to have issues LL(*) sounds like a promising alternative.
>
> We should also consider using GLR if LL(*) doesn't work.

GLR ... are you serious? It still does parsing in n^3 if I'm not mistaken.

-- 
Dmitry Olshansky




More information about the Digitalmars-d mailing list