Related articles |
---|
reentrant cover-class for Bison/Flex immanuel.scholz@web.de (Immanuel Scholz) (2001-11-29) |
Re: reentrant cover-class for Bison/Flex haberg@matematik.su.se (2001-12-03) |
From: | Immanuel Scholz <immanuel.scholz@web.de> |
Newsgroups: | comp.compilers |
Date: | 29 Nov 2001 23:10:01 -0500 |
Organization: | Compilers Central |
Keywords: | C++, yacc, parse |
Posted-Date: | 29 Nov 2001 23:10:01 EST |
Hi,
I coded yet another envelope-class for bison and flex. This class uses
the %option c++ in flex and %pure_parser in bison, so it should be
multi-threading capable and reentrantable (or whatever this %!"§-word
is spelled correct ;-)
The interface is quite simple too (at least I believe).
Maybe someone looks at it and say his/her opinion? ;-)
If interested, download at
http://www.wh9.tu-dresden.de/~imi/BisonFlexParser.zip
Return to the
comp.compilers page.
Search the
comp.compilers archives again.