> Maybe the best idea is to have a XML-based configuration file that matches > extensions to compilers so that as new languages are added to MS .NET and > Mono we have an easier job on testing the compilers. The driver.cs file in the compiler should be able to do this for us, so you could basically type: mcs a.cs b.vb And that would compile them both.