Re: [Haskell-cafe] Haskell source transformer?

2006-12-01 Thread Lemmih
On 11/30/06, Dimitry Golubovsky [EMAIL PROTECTED] wrote: Hi, In order to automatize the creation of W3C DOM typesafe wrapper (this is needed for my Haskell-Javascript stuff) I am processing the OMG IDL files that contain interface definitions for DOM methods and attributes with HDirect. It

Re: [Haskell-cafe] Haskell source transformer?

2006-11-30 Thread Neil Mitchell
Hi Dimitry, I know there is a Haskell syntax parser around (maybe, more than one). Does anybody know of any utility based on such parser that does things I need, or rather a library on top of the parser? I just would like to avoid reinventing the wheel. I have a Haskell parser here:

[Haskell-cafe] Haskell source transformer?

2006-11-29 Thread Dimitry Golubovsky
Hi, In order to automatize the creation of W3C DOM typesafe wrapper (this is needed for my Haskell-Javascript stuff) I am processing the OMG IDL files that contain interface definitions for DOM methods and attributes with HDirect. It works in general (for some reason it didn't like boolean