Jump to content

User:Code-Analysis

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Code-Analysis (talk | contribs) at 20:41, 24 October 2012 (Created page with '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 ana...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

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: www.cdsan.com that speaks about these topics.

Here is an example of an 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: