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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/README')
-rwxr-xr-xmcs/README23
1 files changed, 0 insertions, 23 deletions
diff --git a/mcs/README b/mcs/README
deleted file mode 100755
index c3d344552c2..00000000000
--- a/mcs/README
+++ /dev/null
@@ -1,23 +0,0 @@
-
-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.