Subject: Re: ftpd's yyparse() routine
To: Aidan Cully <aidan@kublai.com>
From: Todd Whitesel <toddpw@best.com>
List: tech-userlevel
Date: 08/27/2000 17:03:27
> thinking a bit of a change in approach is needed...  I'd like to change
> ftpd's yyparse() routine to operate on a line at a time, and move all
> socket input all out of the .y file.  The end of the main() routine

While not working on such things myself, I have been exposed to multiple
yacc-using projects in which the intertwining of yyparse() and Real Code
eventually became a problem and yacc simply had to be decoupled in order
to restore sanity.

What you are proposing here sounds similar so I would expect that it will
also turn out to be a Good Thing.

Todd Whitesel
toddpw @ best.com