Lexer and parser generators using CTFE
Nick Sabalausky
a at a.a
Wed Feb 29 09:27:19 PST 2012
"Nick Sabalausky" <a at a.a> wrote in message
news:jilmhr$1dul$1 at digitalmars.com...
> "Andrei Alexandrescu" <SeeWebsiteForEmail at erdani.org> wrote in message
> news:jiljsg$193s$1 at digitalmars.com...
>> On 2/28/12 1:52 PM, Dmitry Olshansky wrote:
>>> - have reasonable compile times and memory consumption (though it will
>>> only improve over time)
>>
>> Yes. I guess PEGs have problems there.
>>
>
> Probably LR, too, unless you build the state tables in a separate prior
> build step.
>
Erm, I mean LALR specifically.
More information about the Digitalmars-d
mailing list