Re: best compiler generator

cttl@users.sourceforge.net (cttl)
11 Mar 2004 12:51:32 -0500

          From comp.compilers

Related articles
best compiler generator sprenger@moving-bytes.de (Peter Sprenger) (2004-03-02)
Re: best compiler generator cttl@users.sourceforge.net (2004-03-11)
Re: best compiler generator nicolas_capens@hotmail.com (2004-03-15)
Re: best compiler generator gopi@sankhya.com (2004-03-26)
| List of all articles for this month |

From: cttl@users.sourceforge.net (cttl)
Newsgroups: comp.compilers
Date: 11 Mar 2004 12:51:32 -0500
Organization: http://groups.google.com
References: 04-03-008
Keywords: tools
Posted-Date: 11 Mar 2004 12:51:31 EST

Peter Sprenger <sprenger@moving-bytes.de> wrote:
>
> I have to develop a compiler for a subset of ANSI C("Mini-C") and I
> ask you would tool I should use to build the compiler environment? I
> have some experience with PCCTS and its successor ANTLR. But there
> might be some other good comiler generators out there. Please tell me
> from your experience!
>


I would like to suggest a few C++ class libraries that could help you
to write EBNF-based scanner and parser parts of your new compiler:


http://spirit.sourceforge.net/
http://cttl.sourceforge.net/
http://hapy.sourceforge.net/


Best regards,


Igor Kholodov
http://cttl.sourceforge.net/


Post a followup to this message

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