Re: GUI tool for lex and yacc ?

"mailings@jmksf.com" <mailings@jmksf.com>
Wed, 03 Oct 2007 20:28:46 +0200

          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: "mailings@jmksf.com" <mailings@jmksf.com>
Newsgroups: comp.compilers
Date: Wed, 03 Oct 2007 20:28:46 +0200
Organization: Compilers Central
References: 07-10-024
Keywords: parse, tools
Posted-Date: 03 Oct 2007 18:25:44 EDT

the_analyzer wrote:
> Hi,
>
> Is there a GUI tool for lex and yacc ? I mean which can simplify
> things by nicely arranging them into rules section, declarations
> section, help me find and probably co-relate some rules etc.
>
> I need such a tool to understand whats going on in a huge lex and yacc
> file.
>
Yes there are, but they are lex/yacc-like implementations, not lex/yacc
itself. All are LALR(1) featured solutions.


Look at the following:


        * Parsifal Anagram (http://www.parsifalsoft.com/)
        * Bumble-Bee Parser Generator (http://www.bumblebeesoftware.com/)
        * UltraGram (http://www.ultragram.com/)
        * JS/CC (http://jscc.jmksf.com)
        * GOLD Parsing System (http://www.devincook.com/goldparser/)


Best regards,


Jan Max



Post a followup to this message

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