help-bison
[Top][All Lists]
Advanced

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

bison & flex - pure parser


From: Giancarlo Luxardo
Subject: bison & flex - pure parser
Date: Fri, 19 Oct 2001 15:58:05 +0200

In order to generate a reentrant scanner with flex, one must use %option
c++. With bison, %pure_parser allows to generate a reentrant parser.

Question: is it possible to use both tools together to link a reentrant
parser with a reentrant scanner? The two manuals do not provide details
about that. 

Any suggestion would be appreciated... It would be useful if someone has
made available some example...

Giancarlo Luxardo




reply via email to

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