Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #89468
| Newsgroups | comp.lang.python |
|---|---|
| Date | 2015-04-27 11:33 -0700 |
| References | <1142566046.428804.142440@p10g2000cwp.googlegroups.com> <mailman.3311.1142578678.27775.python-list@python.org> |
| Message-ID | <e98a6317-2c87-4561-aade-17ed8aa94a45@googlegroups.com> (permalink) |
| Subject | Re: Is there a python library to parse C++ code file? |
| From | buddingrose11@gmail.com |
I want to parse a C++ code to get class names, method names, the blocks inside method, methods inside method, identify recursive call, methods of class(outside the class), and relationships of classes. How to do it in python? Is there any library to do it?
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
Re: Is there a python library to parse C++ code file? buddingrose11@gmail.com - 2015-04-27 11:33 -0700 Re: Is there a python library to parse C++ code file? Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2015-04-28 10:29 +1000
csiph-web