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