Let's stop parser Hell

Roman D. Boiko rb at d-coding.com
Sat Jul 7 08:39:51 PDT 2012


On Saturday, 7 July 2012 at 14:17:54 UTC, Tobias Pankrath wrote:
>> Proper CFG parsers all are liner-time anyway.
>
> To be picky here:
> The languages that can be parsed in linear time are a strict 
> subset of CFGs.
Also any PEG defines a language with linear-time parsing. Some 
non-context-free languages can be described with PEG.


More information about the Digitalmars-d mailing list