Re: How to use flex/bison with an inverted flow of control?

Thomas Dickey <dickey@saltmine.radix.net>
19 Dec 2005 13:43:57 -0500

          From comp.compilers

Related articles
How to use flex/bison with an inverted flow of control? bob_rossi@cox.net (Bob) (2005-12-19)
Re: How to use flex/bison with an inverted flow of control? dickey@saltmine.radix.net (Thomas Dickey) (2005-12-19)
Re: How to use flex/bison with an inverted flow of control? cfc@shell01.TheWorld.com (Chris F Clark) (2005-12-19)
Re: How to use flex/bison with an inverted flow of control? DrDiettrich@compuserve.de (Hans-Peter Diettrich) (2005-12-23)
Re: How to use flex/bison with an inverted flow of control? RLake@oxfam.org.uk (2005-12-24)
Re: How to use flex/bison with an inverted flow of control? clint@0lsen.net (Clint Olsen) (2005-12-30)
| List of all articles for this month |

From: Thomas Dickey <dickey@saltmine.radix.net>
Newsgroups: comp.compilers
Date: 19 Dec 2005 13:43:57 -0500
Organization: RadixNet Internet Services
References: 05-12-049
Keywords: lex
Posted-Date: 19 Dec 2005 13:43:57 EST

Bob <bob_rossi@cox.net> wrote:
> Does anyone know if bison and flex are still being maintained? I
> looked, and it seems like flex hasn't been modified in about 10 years!


There is a newer version of flex on sourceforge. It introduces some new
features and breaks old ones. I reported that to the people who were
making the changes, but since it's been a few years without a fix - and
see the unanswered bug reports on that site, suspect it's a dead
project.


See
http://flex.sourceforge.net


The breakage that I reported prevents me from compiling lexers with
renamed entrypoints - which I use here, to link in syntax highlighters
for multiple languages:


http://invisible-island.net/vile/


(There are more recent versions of bison, but I prefer byacc).


--
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net



Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.