bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Interactive parsing with Bison


From: Paul Eggert
Subject: Re: Interactive parsing with Bison
Date: Fri, 07 Jul 2006 09:25:50 -0700
User-agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.4 (gnu/linux)

Richard Stallman <address@hidden> writes:

>     But Bison itself is already "incredibly slow", due to its M4 component.
>
> What is this?

Bison currently uses M4 to process parser skeletons before outputting
them.  Formerly this processing was done by hand in C code, in Bison,
but this was painful to maintain as we added more functionality.  M4
is slow, and scales poorly, but we didn't think efficiency during
parser generation was all that important, and we didn't think people
would be generating parsers with millions of states.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]