RE: URI handling code in Haskell available

2003-03-06 Thread Simon Marlow
> 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 (

Re: URI handling code in Haskell available

2003-03-06 Thread Graham Klyne
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

Re: URI handling code in Haskell available

2003-03-05 Thread Johannes Waldmann
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

URI handling code in Haskell available

2003-03-05 Thread Graham Klyne
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