help-bison
[Top][All Lists]
Advanced

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

Re: Thread expierence with bison


From: Carl Cerecke
Subject: Re: Thread expierence with bison
Date: Wed, 23 Apr 2003 09:56:35 +1200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20021130

Rüdiger Härtel wrote:
Hello,

I am thinking of a concept for a server that will have to parse input from its clients. So flex/bison came to my mind.

If you are designing the client/server protocol, I suggest making it
simple enough that you don't need the strength of flex/bison. A
simple recursive descent parser might be more appropriate. Also,
simpler protocols make for easier debugging.

Cheers,
Carl.





reply via email to

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