Related articles |
---|
Static Source code analysis rajagopal.ns@gmail.com (rajagopal) (2008-07-25) |
Re: Static Source code analysis Anne.Pacalet@sophia.inria.fr (Anne Pacalet) (2008-07-25) |
Re: Static Source code analysis echristo@gmail.com (Eric Christopher) (2008-07-25) |
From: | rajagopal <rajagopal.ns@gmail.com> |
Newsgroups: | comp.compilers |
Date: | Fri, 25 Jul 2008 04:48:37 -0700 (PDT) |
Organization: | Compilers Central |
Keywords: | analysis, question |
Posted-Date: | 25 Jul 2008 08:05:07 EDT |
I would like to parse existing C programs ( may be using JAVACC
parser) and get some data like
List of Functions
List of Variables (Static , External, Local)...
Whether the variable is input, output or bidirectional in a function
etc....
and use the same for our modelling work.
I would like to know if there is open source static code analyzer
available in source code form which I can tailor to my specific
requirement. Ideal if some tool is there reading programs in C and
populate RDBMS database
Regards
Raj
Return to the
comp.compilers page.
Search the
comp.compilers archives again.