[Haskell-cafe] Java 1.5 parser in Haskell

Andrew Wagner wagner.andrew at gmail.com
Mon Aug 6 21:44:55 EDT 2007


I know this isn't quite what you asked, but java has a very clearly
laid-out grammar in EBNF at
http://java.sun.com/docs/books/jls/first_edition/html/19.doc.html .
Between that and Parsec, I would think it would be fairly simple to
write a parser. Of course, adding semantics is another story.

On 8/6/07, tim.b <bauertim at eecs.orst.edu> wrote:
>
> Does anyone know of a fairly complete Java 1.5 parser and abstract syntax in
> Haskell?
> I've looked around quite a bit to no avail.
> Thanks,
> - Tim
> --
> View this message in context: http://www.nabble.com/Java-1.5-parser-in-Haskell-tf4227017.html#a12025365
> Sent from the Haskell - Haskell-Cafe mailing list archive at Nabble.com.
>
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe
>


More information about the Haskell-Cafe mailing list