Re: [Haskell-cafe] C++ parser in Haskell?

2006-04-20 Thread Marc Weber
On Wed, Apr 19, 2006 at 11:01:03PM +0200, Christophe Poucet wrote:
 For the parsing and lexing I used happy and alex.
 Jake Luck wrote:
 
 I would be very interested in this as well. I have looked myself but 
 haven't found anything else. I wrote one myself in Haskell but for a 
 subset of C++ (subset of C but with some extra things like methods).
Me, too..
Id' like to write some omnicompletion functions for vim for different
languages.. (Java, C, C++, haskell).. But I'm still busy with other
things.

I think it would be easy to extend Parsec for something similar to ?
not returning what to expect but completion items... Don't know about
happy yet.

Marc
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


[Haskell-cafe] C++ parser in Haskell?

2006-04-19 Thread Ravi Nanavati
It turns out we might find such a beast useful at Bluespec. If anyone 
has written a C++ parser in Haskell (or knows of one), we'd like to hear 
about it.


Thanks,

 - Ravi Nanavati
   Bluespec, Inc.
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] C++ parser in Haskell?

2006-04-19 Thread Christophe Poucet
I would be very interested in this as well.  I have looked myself but 
haven't found anything else.  I wrote one myself in Haskell but for a 
subset of C++ (subset of C but with some extra things like methods).


Christophe Poucet

Ravi Nanavati wrote:

It turns out we might find such a beast useful at Bluespec. If anyone 
has written a C++ parser in Haskell (or knows of one), we'd like to 
hear about it.


Thanks,

 - Ravi Nanavati
   Bluespec, Inc.
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe



___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] C++ parser in Haskell?

2006-04-19 Thread Jake Luck
I would be very interested in this as well.  I have looked myself but haven't 
found anything else.  I wrote one myself in Haskell but for a subset of C++ 
(subset of C but with some extra things like methods).


Did you build it using parsec or happy? jake
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] C++ parser in Haskell?

2006-04-19 Thread Christophe Poucet

For the parsing and lexing I used happy and alex.

Jake Luck wrote:

I would be very interested in this as well. I have looked myself but 
haven't found anything else. I wrote one myself in Haskell but for a 
subset of C++ (subset of C but with some extra things like methods).



Did you build it using parsec or happy? jake
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe




--
Christophe Poucet
Ph.D. Student
Phone:+32 16 28 87 20
E-mail: [EMAIL PROTECTED]
IMEC vzw – Register of Legal Entities Leuven VAT BE 0425.260.668 – Kapeldreef 
75, B-3001 Leuven, Belgium – www.imec.be
*DISCLAIMER*
This e-mail and/or its attachments may contain confidential information. It is 
intended solely for the intended addressee(s).
Any use of the information contained herein by other persons is prohibited. 
IMEC vzw does not accept any liability for the contents of this e-mail and/or 
its attachments.
**

___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe