- From: Graham Klyne <gk@ninebynine.org>
- Date: Wed, 05 Mar 2003 22:58:39 +0000
- To: <uri@w3.org>
My new URI parser has just passed all its unit tests, so I've released the first version at: http://www.ninebynine.org./Software/HaskellURI.zip With a (very) few words of write-up at: http://www.ninebynine.org./Software/ReadMe-URI-Haskell.txt Haskell is a pure functional programming language which permits some very concise and elegant expression of the required computation. The URI parser code is based very closely on the syntax specification given in Roy's current revision of the URI specification [1]. The unit tests are based substantially on Dan Connolly's Python code [2]. #g -- [1] http://www.apache.org/~fielding/uri/rev-2002/rfc2396bis.html [2] http://www.w3.org/2000/10/swap/uripath.py ------------------- Graham Klyne <GK@NineByNine.org> PGP: 0FAA 69FF C083 000B A2E9 A131 01B9 1C7A DBCA CB5E
Received on Wednesday, 5 March 2003 18:05:51 UTC