public static void Main(string [] args) { CompilerTool ct = new CompilerTool(); ct.ParseArguments(args); ct.Run(); }