Related articles |
---|
The best compiler tool? meissnersd@yahoo.com (2003-06-20) |
Re: The best compiler tool? oliver@zeigermann.de (Oliver Zeigermann) (2003-06-25) |
Re: The best compiler tool? rsherry8@comcast.net (Robert Sherry) (2003-07-02) |
Re: The best compiler tool? gopi@sankhya.com (2003-07-03) |
From: | meissnersd@yahoo.com (Karl Meissner) |
Newsgroups: | comp.compilers |
Date: | 20 Jun 2003 00:20:15 -0400 |
Organization: | http://groups.google.com/ |
Keywords: | tools, question |
Posted-Date: | 20 Jun 2003 00:20:14 EDT |
I am writing a script to C# .Net translator. I think I want the
generated code to be in C# too since a lot of the rest of the project
is in that language.
I am evaluating several grammar tools. Anyone have a feeling which
is better ANTLR or Grammatica?
http://www.antlr.org/
http://www.nongnu.org/grammatica/
yacc seems to need everything converted from C# to C++ and back again
over COM which is a hassle.
Karl
Return to the
comp.compilers page.
Search the
comp.compilers archives again.