Re: Java representation in Haskell

2002-10-10 Thread Paulo Sequeira
gt; >CC: Paulo Sequeira <[EMAIL PROTECTED]>, Haskell <[EMAIL PROTECTED]>, >Joost Visser <[EMAIL PROTECTED]> >Subject: Re: Java representation in Haskell >Date: Thu, 10 Oct 2002 00:09:37 +0200 > >Paulo Sequeira wrote: > > > > Anyone knows of a modu

Re: Java representation in Haskell

2002-10-10 Thread Ralf Laemmel
Paulo Sequeira wrote: > > Anyone knows of a module that provides data structures and functions for > > representing and manipulating Java source code, so we don't have to start > > from scratch? It would be wonderful if the module also includes some > > "out-of-the-box" pretty-printing facilities

Re: Java representation in Haskell

2002-10-09 Thread Dean Herington
Paulo Sequeira wrote: > A friend is considering to start a project of building a generator of > certain particular (pieces of) programs. The code generated is most likely > to be Java. > > Anyone knows of a module that provides data structures and functions for > representing and manipulating Jav

Re: Java representation in Haskell

2002-10-06 Thread Ashley Yakeley
At 2002-10-06 22:30, Paulo Sequeira wrote: >Anyone knows of a module that provides data structures and functions for >representing and manipulating Java source code, so we don't have to start >from scratch? It would be wonderful if the module also includes some >"out-of-the-box" pretty-printing f

Java representation in Haskell

2002-10-06 Thread Paulo Sequeira
Hi, A friend is considering to start a project of building a generator of certain particular (pieces of) programs. The code generated is most likely to be Java. Anyone knows of a module that provides data structures and functions for representing and manipulating Java source code, so we don't ha