[Mono-dev] Can Mono Compiler as Service compile classes?

Miguel de Icaza miguel at novell.com
Mon Sep 13 13:25:15 EDT 2010


> I was wondering can the Mono Compiler as a Service compile classes?  I tried
> but I get a parse error.  Would it be hard for me to modify it to compile
> classes?  (I am using v2.8 on top of ms .net 4.0)

It does not, it is only for expressions and statements.

The parser work is done (so the REPL can distinguish a top-level
declaration from statements and expressions), but it needs some work to
properly set the runtime state after compiling these classes which it
currently does not do.

Miguel



More information about the Mono-devel-list mailing list