[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Pnet-developers] Pnet (DotGNU) IDE
From: |
Marcus |
Subject: |
Re: [Pnet-developers] Pnet (DotGNU) IDE |
Date: |
Tue, 10 May 2005 15:56:00 -0500 |
User-agent: |
KMail/1.8 |
A lot of tasks would benefit from a C# parser with an object-oriented
interface. Modula-3 provided a set of classes that did that, and they found
it useful for "pretty-printing", program analysis (outside of the realm of a
source code to object code compiler), etc.
On Tuesday 10 May 2005 2:54 am, Radek Polak wrote:
> I was playing with Eclipse and Ilfind for code completion, you can see
> some screenshots http://phoenix.inf.upol.cz/~polakr/pnet/ but to make it
> work really good, I need a C# parser.