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

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'main/Core/src/Tools/SharpCoco/readme.txt')
-rw-r--r--main/Core/src/Tools/SharpCoco/readme.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/main/Core/src/Tools/SharpCoco/readme.txt b/main/Core/src/Tools/SharpCoco/readme.txt
new file mode 100644
index 0000000000..77a6131269
--- /dev/null
+++ b/main/Core/src/Tools/SharpCoco/readme.txt
@@ -0,0 +1,14 @@
+Modified version of Coco/R
+
+The original version can be found at:
+http://www.ssw.uni-linz.ac.at/Research/Projects/Coco/CSharp/
+
+Changes
+
++ Added #line pragmas for the generated parser
++ Now Coco uses more enums than ints...
++ no static method generation (now all is public)
++ Error & Scanner are now fields inside the parser, no more static
+ calling
+
+Mike \ No newline at end of file