caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* Best C parser to extend for Objective-C
@ 2007-09-06 20:56 Joel Reymont
  2007-09-06 23:21 ` Joel Reymont
  0 siblings, 1 reply; 3+ messages in thread
From: Joel Reymont @ 2007-09-06 20:56 UTC (permalink / raw)
  To: Caml List

I made good progress recently with my Cocoa bridge for Lisp and I'm  
emboldened to start on the OCaml version. I would like to use a  
parser for header files to build wrappers for Cocoa classes by first  
building up the OCaml AST and then pretty-printing it.

I understand that there are ForkLift and CIL but it seems to me that  
FL is more for generating FFI wrappers whereas I just need a parser.  
I'm not familiar with CIL.

I want to grab a parser, add the Objective-C grammar and run the  
result over Cocoa headers. What would be the best parser code base to  
start with?

	Thanks, Joel

--
http://wagerlabs.com






^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-09-07  2:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-09-06 20:56 Best C parser to extend for Objective-C Joel Reymont
2007-09-06 23:21 ` Joel Reymont
2007-09-07  2:47   ` [Caml-list] " skaller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).