Re: GUI tool for lex and yacc ?

Uncle Noah <nkavv@skiathos.physics.auth.gr>
Thu, 04 Oct 2007 00:30:17 -0700

          From comp.compilers

Related articles
GUI tool for lex and yacc ? sgiitnewid@gmail.com (the_analyzer) (2007-10-02)
Re: GUI tool for lex and yacc ? mailings@jmksf.com (mailings@jmksf.com) (2007-10-03)
Re: GUI tool for lex and yacc ? paul@paulbmann.com (Paul B Mann) (2007-10-03)
Re: GUI tool for lex and yacc ? nkavv@skiathos.physics.auth.gr (Uncle Noah) (2007-10-04)
| List of all articles for this month |

From: Uncle Noah <nkavv@skiathos.physics.auth.gr>
Newsgroups: comp.compilers
Date: Thu, 04 Oct 2007 00:30:17 -0700
Organization: Compilers Central
References: 07-10-02407-10-030
Keywords: yacc, tools
Posted-Date: 04 Oct 2007 22:12:01 EDT

On Oct 4, 12:25 am, "Paul B Mann" <p...@paulbmann.com> wrote:
> > Is there a GUI tool for lex and yacc ? I need such a tool to
> > understand whats going on in a huge lex and yacc file.
>
> Here is an IDE product for YACC grammars.
> I have not tried it, yet.
>
> http://www.bumblebeesoftware.com/
>
> Paul B Mann


For prototyping a new language i usually resort to the GOLD Parser
Builder (very nice IDE):
http://www.devincook.com/goldparser/
You can also emit a Yacc grammar from the GOLD grammar.


For Yacc/Lex there exist some free/open-source tools, but nothing as
complete as an IDE.
Such a tool is yaccviso and there probably exist a few more.


Nikolaos Kavvadias



Post a followup to this message

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