Re: [Discuss-gnuradio] GSoC project idea discussion

2019-03-07 Thread Andrej Rode
Hi Arpit, > Also, pygccxml parser code > itself is easy to visualize. libclang in python does a pretty good > job in parsing all the header files, but it parses all the include > files, and also the standard C++ ones because of it's compiler level > parsing, which is not required, at least in our

Re: [Discuss-gnuradio] GSoC project idea discussion

2019-03-07 Thread Martin Braun
A nice design could also abstract the implementation of the code parsing tool (clang vs. pygccxml) and use either one under the hood. -- M On Thu, Mar 7, 2019 at 7:07 AM Arpit Gupta wrote: > Hi, > As I'm working on block header parsing tool as my GSoC project, I would > like to have an opinion

[Discuss-gnuradio] GSoC project idea discussion

2019-03-07 Thread Arpit Gupta
Hi, As I'm working on block header parsing tool as my GSoC project, I would like to have an opinion on pygccxml, which is another C++ file parsing tool in python and is working quite well on parsing GNU Radio header files because of their brilliant, elegant yet simple and most importantly their gen