[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Help using bison
From: |
Bob Rossi |
Subject: |
Re: Help using bison |
Date: |
Wed, 14 Dec 2005 16:30:44 -0500 |
User-agent: |
Mutt/1.5.9i |
On Wed, Dec 14, 2005 at 05:22:29PM +1100, Russell Shaw wrote:
> Bob Rossi wrote:
> >Hi All,
> >
> >I'm writing a GPL'd ncurses front end to GDB, called CGDB.
>
> Did you know gdb already has a curses frontend?
>
> gdb -tui
In particular, according to this webpage, it seems like I'm looking for
something called bison++.
http://groups.google.com/group/comp.compilers/browse_thread/thread/26993e5d0b2e8120/48f1cc2e4c349b84?lnk=st&q=asynchronous+bison+parser&rnum=1&hl=en#48f1cc2e4c349b84
Does bison currently support "inverted flow-of-control"? Do you
recommend another package for this? Could I come up with some patches
to modify bison to act this way?
Thanks,
Bob Rossi