Skip to content

Instantly share code, notes, and snippets.

@migueldeicaza
Created November 5, 2015 19:19
Show Gist options
  • Save migueldeicaza/fef5f0ced7bb866c9232 to your computer and use it in GitHub Desktop.
Save migueldeicaza/fef5f0ced7bb866c9232 to your computer and use it in GitHub Desktop.
using Mono.CSharp;
class X {
static void Main ()
{
var a = new
Evaluator (new CompilerContext (new CompilerSettings (), new ConsoleReportPrinter ()));
a.Run ("System.Console.WriteLine (true);");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment