README 278 B

123456789101112131415161718192021
  1. This contains the Mono C# compiler as well as the Mono runtime
  2. library.
  3. Layout:
  4. class/
  5. Class libraries
  6. errors/
  7. Sample programs that should generate errors by the compiler.
  8. jay/
  9. Yacc-based parser generator.
  10. mcs/
  11. The Mono C# compiler
  12. tests/
  13. Sample tests