Can I print all lines of c++ code using clang.cindex parsing in Python?

后端 未结 0 1614
刺人心
刺人心 2021-02-03 15:51

I used clang.cindex library to parse C++ source code.

Using get_children() function, I tried to print all parsed lines.

This is my Py

相关标签:
回答
  • 消灭零回复
提交回复
热议问题