Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of Kirill Kobelev

Kirill Kobelev

Kirill Kobelev has asked 7 questions and find answers to 72 problems.

Stats

3.2k
EtPoint
1.3k
Vote count
7
questions
72
answers

About

The area of my interests is Source Code Analysis and Refactoring, primarily analysis of the C/C++ code. I have toolkit for parsing C/C++ sources. It can also analyze grammar conflicts in the BNF grammars.

I have web site: http://www.cdsan.com that speaks about these topics.

Here is an example of the object model of a small C++ class (two data fields, ctor and two simple methods) that is used in my tool kit to analyze the code:

enter image description hereenter image description here