[Mono-list] System.CodeDom.Compiler licensing issues (was Hmmm...)

Miguel de Icaza miguel@ximian.com
24 May 2002 12:29:42 -0400


> It looks like you are right. There is no interface for
> accessing the CODE dom or parsed interface after the
> compilation, only via the standard type reflection 
> interface.

Yeah, we should still look into innovative classes and ideas to create
new and cool software that could do this.

Something that takes IL and re-creates the trees would be interesting
(the JIT engine does that), but it would be nice to have that in a C#
library. 

> That is not a problem at all.
> Well, it looks like I owe you an apology.

Contribute some classes to Mono and all will be forgotten ;-)

Miguel.