* HttpChannel.cs, HttpClientChannel.cs, HttpHelper.cs, HttpServer.cs,
[mono.git] / mcs / jay / README
1 This is a port of Jay to C#, the original Jay can be found here:
2         http://www.informatik.uni-osnabrueck.de/bernd/jay/
3
4 This is a temporary solution as we move to a Bison-generated parser
5 as it would provide better error recovery.
6
7 The original README from Jay is in `README.jay'
8
9 Miguel