python3-cxxheaderparser

pure Python C++ header parser
  https://github.com/robotpy/cxxheaderparser
  0
  no reviews



The cxxheaderparser library is used to parse syntactically valid C++ code and operate on the results. It provides both a visitor-style interface to process the results as they are being parsed or the option of a single data structure containing all parsed information.

This is a complete rewrite of the CppHeaderParser library.

This package contains the library.