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
path: root/mcs/jay
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2003-08-31 21:37:03 +0400
committerMiguel de Icaza <miguel@gnome.org>2003-08-31 21:37:03 +0400
commit0c5f7bd5a24ae47a027b01664027b68b3cbff7d7 (patch)
tree7a30fc2cc35d3ac3ee7a37b8c55c6921294220fc /mcs/jay
parent4134c4b391152ca46615683549d4de1b04d0583d (diff)
Fix
svn path=/trunk/mcs/; revision=17771
Diffstat (limited to 'mcs/jay')
-rw-r--r--mcs/jay/README3
1 files changed, 0 insertions, 3 deletions
diff --git a/mcs/jay/README b/mcs/jay/README
index e3995505b8a..192a876ab70 100644
--- a/mcs/jay/README
+++ b/mcs/jay/README
@@ -1,9 +1,6 @@
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