New test.
[mono.git] / mcs / README
1
2 This contains the Mono C# compiler as well as the Mono runtime
3 library.
4
5 Layout:
6
7         class/
8                 Class libraries
9
10         errors/
11                 Sample programs that should generate errors by the compiler.
12
13         jay/
14                 Yacc-based parser generator.
15
16         mcs/
17                 The Mono C# compiler
18
19         tests/
20                 Sample tests 
21
22 Thanks a lot to Sergey Chaban for his help during the development of
23 the C# compiler.