Foreign language parsers
Simon Marlow
simonmar at microsoft.com
Fri Aug 5 18:11:41 EDT 2005
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.
Cheers,
Simon
More information about the Libraries
mailing list