Related articles |
---|
Suggestions on writing a source code analyzer. imanpreet@gmail.com (Minti) (2005-11-04) |
Re: Suggestions on writing a source code analyzer. bill@qswtools.com (Bill Cox) (2005-11-08) |
Re: Suggestions on writing a source code analyzer. jeffrey.kenton@comcast.net (Jeff Kenton) (2005-11-08) |
Re: Suggestions on writing a source code analyzer. mackay_d@hotmail.com (Don Mackay) (2005-11-12) |
From: | Bill Cox <bill@qswtools.com> |
Newsgroups: | comp.compilers |
Date: | 8 Nov 2005 23:35:06 -0500 |
Organization: | Compilers Central |
References: | 05-11-041 |
Keywords: | analysis |
Posted-Date: | 08 Nov 2005 23:35:06 EST |
Minti wrote:
> Could anyone provide any pointers regarding source code
> analysis? Primarily, could anyone provide any information about
> current tool?
Totally depends upon what analysis you intend to do. McCabe
complexity measures and Halstead's Software Science measures
can be done almost entirely at the level of a lexer. Making
Lint-like analyses takes a full grammar and much more infra-
structure.
Return to the
comp.compilers page.
Search the
comp.compilers archives again.