[Mono-list] Regression tool required and learn while you hack ;-)

Miguel de Icaza miguel@ximian.com
20 Aug 2001 12:13:16 -0400


> 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.