[
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: | 2010-01-15 (04:49) |
From: | Yoann Padioleau <padator@w...> |
Subject: | Re: [Caml-list] C++ parser |
On Jan 14, 2010, at 3:36 AM, Kihong Heo wrote: > > Dear all. Hi, > > Is there anybody knowing about existing C++ parser that is not so big? > > I've already know EDG and ELSA. > But they are so big and hard to see. > I don't want a perfect C++ parser. > If it can parse common and simple C++, that's OK. There is one here: http://padator.org/software/project-yacfe/yacfe-light-0.3.tgz but it's not really complete. Once built, you can test it with ./yacfe -parse_c++ foo.cpp > > I need your advice. > > Thank you. > -- > Kihong Heo. > > > > > _______________________________________________ > Caml-list mailing list. Subscription management: > http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list > Archives: http://caml.inria.fr > Beginner's list: http://groups.yahoo.com/group/ocaml_beginners > Bug reports: http://caml.inria.fr/bin/caml-bugs >