Welcome to mirror list, hosted at ThFree Co, Russian Federation.

README « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c3d344552c28e245965f95e1b51ead147aa69b32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23

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.