Browse thread
[Caml-list] Re: Efficient C++ Interfacing?
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Fritz Wuehler <fritz@s...> |
| Subject: | [Caml-list] Re: Efficient C++ Interfacing? |
> Sure but this is a C++ code generator No, see the Overview. "OpenC++ is a toolkit for C++ translators and analyzers." > I want to process data with OCaml Oh, I thought Felix wanted to be bootstrapped. Since Felix is so C++ friendly it should be easy to drop OpenC++ in to help bootstrapping. Seems a waste to write a C++ parser in Ocaml that has to be rewritten in Felix later. This thing was designed to do what Felix does, make (C++)++ languages. It can also for example deal with Qt's non-C++ issues, which is just another (C++)++. The main thing is, no matter what end goal - this tool gives you a semantic model of the C++ code, that you can then interface to OCaml or whatever language you want. Treat it like any other library. ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners