I do not have any experience with OpenC++. I just remember you were looking for a conformant C++ parser.
-----Original Message----- From: skaller [mailto:[EMAIL PROTECTED] Sent: 18 juillet 2006 11:44 To: Stephane Le Dorze Cc: [email protected] Subject: Parsers On Tue, 2006-07-18 at 11:28 -0400, Stephane Le Dorze wrote: > I got one... > http://opencxx.sourceforge.net/ > Hope this could help! :) Yes, I've looked at opencxx before, it's very ambitious and quite good, although I don't really like the 'meta-object protocol' idea so much -- since I generally don't like Object Oriented anything .. :) The big problem with these kinds of systems is that functional programming is just so much better than rubbish like visitor patterns and mutation. I do PARTICULARLY like this tho: "OpenC++ Core is distributed under OpenC++ License allowing unlimited usage in free or commercial software without fee. We are working on relicensing OpenC++ code under one of standard open-source licenses giving similar freedom. " Anyhow if you have any experience with this product I'm listening .. I just installed it. I will have another look because it is one of the few projects which takes the concept of extensibility seriously.. and of course it is a C++ project so it may fit well with Felix. -- John Skaller <skaller at users dot sf dot net> Felix, successor to C++: http://felix.sf.net ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Felix-language mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/felix-language
