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/jay/README')
-rw-r--r--mcs/jay/README9
1 files changed, 0 insertions, 9 deletions
diff --git a/mcs/jay/README b/mcs/jay/README
deleted file mode 100644
index e3995505b8a..00000000000
--- a/mcs/jay/README
+++ /dev/null
@@ -1,9 +0,0 @@
-This is a port of Jay to C#, the original Jay can be found here:
- http://www.informatik.uni-osnabrueck.de/bernd/jay/
-
-This is a temporary solution as we move to a Bison-generated parser
-as it would provide better error recovery.
-
-The original README from Jay is in `README.jay'
-
-Miguel