Package: flex

Version: 2.5.37

Maintainer: Manoj Srivastava <[email protected]>
Description: %bison-bridge implementation incompatible with bison

bison (GNU Bison) 2.7.1

bison produces an interface file, y.tab.hpp, which puts all token definitions 
in a class, 'parser'. This makes token definitions inaccessible within the 
lexer without a reference to an instantiation of the 'parser' class. There is 
no way to access this class through the bison generated interface file. It must 
be passed through an argument or a separate interface file must be included or 
the existing bison generated file altered.

In any way that you look at it, the bridge just doesn't work as is.


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to