> Oops. I didn't find that. Thanks for the pointer. (Thinks:
> does it work with HUGS?)
It works with the latest hugs, November 2002 (use "hugs +N" to get the
hierarchical libraries).
> A significant amount of my work went into the test cases and
> matching the
> parsing code against the (
At 08:25 06/03/2003 +0100, Johannes Waldmann wrote:
On Wed, 5 Mar 2003, Graham Klyne wrote:
> I've released a first version of some URI parsing and handling code at:
>http://www.ninebynine.org./Software/HaskellURI.zip
but this library is already in ghc:
http://www.haskell.org/ghc/docs/latest/h
On Wed, 5 Mar 2003, Graham Klyne wrote:
> I've released a first version of some URI parsing and handling code at:
>http://www.ninebynine.org./Software/HaskellURI.zip
but this library is already in ghc:
http://www.haskell.org/ghc/docs/latest/html/network/Network.URI.html
best regards
--
-- J
I've released a first version of some URI parsing and handling code 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
The URI parser code is based very closely on the syntax specification