bison-patches
[Top][All Lists]
Advanced

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

Re: push parser


From: Akim Demaille
Subject: Re: push parser
Date: Tue, 07 Feb 2006 08:54:55 +0100
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux)

>>> "Bob" == Bob Rossi <address@hidden> writes:

 > Hi All,
 > I found here: http://savannah.gnu.org/mail/?group=bison,
 > that this list is the appropriately place to post proposed changes to
 > bison. Well, did this simply mean patches only?

 > I'm interested in added support for bison to act asynchronously.
 > However, I've received no good response from the bison developers in
 > what the best way to do this would be. I could really use some help in
 > deciding what approach would be the best to take.

 > That is, have an entirely new skeleton, or modify either yacc.c or glr.c
 > to support this functionality. Any ideas?

I would the first step would be to have some means to measure the
performance of our parsers, especially yacc.c.  Then I would try to
modify yacc.c so that the traditional yyparse is provided in terms of
a push parser.  If there is no notable performance loss, then that's
the way to go IMHO.  Otherwise, it will be m4 fun time.

There are good candidates for the benchmarking in the torture.at part
of the testsuite.





reply via email to

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