Related articles |
---|
using ANTLR for .NET theworf@hotmail.com (Newbe) (2005-09-14) |
Re: using ANTLR for .NET demakov@ispras.ru (Alexey Demakov) (2005-09-17) |
Re: using ANTLR for .NET adnand.dragoti@chello.at (nundee) (2005-09-17) |
From: | "Alexey Demakov" <demakov@ispras.ru> |
Newsgroups: | comp.compilers |
Date: | 17 Sep 2005 13:47:39 -0400 |
Organization: | Compilers Central |
References: | 05-09-050 |
Keywords: | tools, C# |
Posted-Date: | 17 Sep 2005 13:47:39 EDT |
Hi,
We've developed translator from specification extention of C# to C# itself
(http://www.unitesk.com/products/chase/). It is implemented using ANTLR/C#.
Of course, it is not compiler (target language is not 'assembler' - MSIL),
but translator. The difference is in backends (code generators), so does
not relate to ANTLR - it can be used the same way to write comopiler.
Regards,
Alexey
-----
Alexey Demakov
TreeDL: Tree Description Language: http://treedl.sourceforge.net
RedVerst Group: http://www.unitesk.com
----- Original Message -----
From: "Newbe" <theworf@hotmail.com>
Sent: Thursday, September 15, 2005 5:18 AM
Subject: using ANTLR for .NET
> Dear All,
>
> Does anyone have any experiance with ANTLR to create a .NEt language
> conpiler?
>
> Thanx.
>
Return to the
comp.compilers page.
Search the
comp.compilers archives again.