phodal / chapi

CHAPI (Common Hierarchical Abstract Parser and Information Converter) streamlines code analysis by converting diverse language source code into a unified abstract model, simplifying cross-language development. Chapi 是一个通用层次抽象解析器与信息转换器,它可以将不同编程语言的源代码转换为统一的层次抽象模型。
https://chapi.phodal.com/
Mozilla Public License 2.0
270 stars 44 forks source link

get method body content #26

Closed thombgithub closed 2 months ago

thombgithub commented 3 months ago

can't get method body content, Is it possible to complete this feature?

phodal commented 3 months ago

see also #25

thombgithub commented 3 months ago

i use CPPAnalyser to anlysize c++ file and get function content, but i can't get function startline or stop line, is this a bug or how to solve this problem?

phodal commented 3 months ago

I'm not family with C++, C++ is not support well.