
On Fri, Aug 05, 2005 at 11:11:41PM +0100, Simon Marlow wrote:
On 05 August 2005 12:37, Dominic Fox wrote:
I'm trying to collate a list of currently extant Haskell projects that include parsers for foreign languages such as PHP and C.
To this end, I've created a wiki page at http://haskell.org/hawiki/ParsingForeignLanguagesInHaskell.
Has anyone looked at positioning foreign language parsing modules in the standard libs, or specifying a common framework or contract for such modules?
This is what the Language.* branch of the hierarchy was intended for, incedentally. Language.Haskell is currently populated, but I'm not aware of any other libraries under Language.
I have Language.TransactSQL.* (SQL dialect of Microsoft SQL Server), but I don't know if anyone is interested. Best regards Tomasz