bug-bison
[Top][All Lists]
Advanced

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

Stacks, clog


From: Hans Aberg
Subject: Stacks, clog
Date: Sun, 30 Dec 2001 11:45:05 +0100

Some question:

- The Bison generated parser currently uses up to three stacks. I think of
merging them into a single one. Is there any advantage of having them apart?

- Under C++, one has three standard output streams, cout, cerr and clog,
where clog differs from cerr in that it can be buffered (thus may be
faster). (If not redirected they all point at the same output.) I think of
putting error messages on cerr and debug messages on clog. What do ya think
about that?

  Hans Aberg





reply via email to

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