mono/mcs
Miguel de Icaza 9d23c69fb0 2002-03-19 Miguel de Icaza <miguel@ximian.com>
* driver.cs (SplitPathAndPattern): Small bug fix, I was not
	correctly splitting out the paths.

svn path=/trunk/mcs/; revision=3200
2002-03-19 02:45:35 +00:00
..
class
docs
doctools
errors
jay
mcs 2002-03-19 Miguel de Icaza <miguel@ximian.com> 2002-03-19 02:45:35 +00:00
nant
nunit
tests Add new tests 2002-03-19 00:23:14 +00:00
tools
AUTHORS
ChangeLog
README
makefile

README

This contains the Mono C# compiler as well as the Mono runtime
library.

Layout:

	class/
		Class libraries

	errors/
		Sample programs that should generate errors by the compiler.

	jay/
		Yacc-based parser generator.

	mcs/
		The Mono C# compiler

	tests/
		Sample tests 

Thanks a lot to Sergey Chaban for his help during the development of
the C# compiler.