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: | gopi@sankhya.com (Gopi Bulusu) |
Newsgroups: | comp.compilers |
Date: | 3 Jul 2003 23:30:19 -0400 |
Organization: | http://groups.google.com/ |
References: | 03-06-099 |
Keywords: | translator, tools |
Posted-Date: | 03 Jul 2003 23:30:18 EDT |
meissnersd@yahoo.com (Karl Meissner) wrote in message news:03-06-099...
> 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.
Not a direct response, however I hope this information is useful:
We have a tool called the SANKHYA Translation Framework (STF). STF
allows the specification of the grammar using the SANKHYA Translation
Modeling Language. STML models can specify both the grammar of
language to processed and the translation rules for generating
output. There are 2 versions of STF translators available, a command
line tool (st) and the client-server (CORBA Based) edition
(stml_server). Both load the model files dynamically, which means, no
code is generated from the model (grammar) files !
Here is more information:
http://www.sankhya.com/info/products/data/stf.html
Thanks,
gopi
---
Gopi Kumar Bulusu
Sankhya Technologies Private Limited
http://www.sankhya.com
Tel: +91 891 554 2666
Fax: +91 44 2822 7357
Return to the
comp.compilers page.
Search the
comp.compilers archives again.