项目作者: d-kozak

项目描述 :
C++ header file analysis in Python
高级语言: Python
项目地址: git://github.com/d-kozak/ipp-proj2.git
创建时间: 2018-09-09T15:22:12Z
项目社区:https://github.com/d-kozak/ipp-proj2

开源协议:MIT License

下载


C++ header file analysis written in Python

This project parses C++ header files and looks for problems regarding collisiions in multiple inheritance,
such as the diamond problem.