Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jochemstoel/51b52b3aa81152c6cffb7b84da8b912b to your computer and use it in GitHub Desktop.
Save jochemstoel/51b52b3aa81152c6cffb7b84da8b912b 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