• Tools
  • Articles
  • Q&A
  • Login
0 0

python解析C++文本,获取函数名列表,变量名列表


请问python如何实现解析一个cpp源码文件获取函数名,类名,变量名列表

python 代码分析 C++

11 years, 7 months ago
狂战拯救世界

狂战拯救世界


share
狂战拯救世界 11 years, 7 months ago

Answers

0

pyparsing

http://pyparsing.wikispaces.com/

answered 11 years, 7 months ago
狂战拯救世界

sveoxhy


share
sveoxhy answered 11 years, 7 months ago

Your Answer

Ask Question
Related questions

如何快速查找两个字符串中的最大公字串?

想请问一下vim可以做到像IDE那样可以边敲代码边自动提示的效果吗

python 是否有类似 reinterpret_cast 的机制?

Vim如何配置Python的缩进?

python 调用C++扩展

请问这2种编写代码的风格有何区别?