public static object visit(object ast, TextWriter w, string[] args, MessageWriter msg) { compilation c = (compilation)ast; BrowserForm.Go(c); return(c); }
/// <summary> /// The main entry point for the application. /// </summary> /// //[STAThread] public static void Go(compilation o) { BrowserForm form = new BrowserForm(o.inputs); Application.Run(form); }