编程语言分析器的完整列表?
对于 Delphi 开发人员,一家名为 Peganza 的公司创建了两个有用的源代码分析器:Pascal 分析器 和 帕斯卡浏览器。我不经常使用它们,但是当项目接近截止日期时,它们对于发现一些最后的小问题很有用。
Pascal 可能有更多的代码分析器。以及 C++、C#、Java、VB.NET、Ruby、SQL、XSLT、Django、Forth、Perl、PHP 以及人类发现、开发或创建的任何其他语言。因此,如果能在 SO 上有一个很长的列表,作为一个 Wiki,那就太好了。然后访客只需检查一个位置即可。 :-)
有两种工具符合此列表的资格:
1) 分析代码并报告统计数据和/或可能的设计错误的工具。
2) 将代码转换为带有索引和概述的可读或可浏览报告的工具。
For Delphi developers, a company called Peganza created two useful sourcecode analysers: Pascal Analyzer and Pascal Browser. I don't use them that often but when a project is close to it's deadline, they are useful to find some of the last minor issues.
There are probably a lot more code analyzers for Pascal. And for C++, C#, Java, VB.NET, Ruby, SQL, XSLT, Django, Forth, Perl, PHP and any other language that mankind has discovered, developed or created. Thus, it would be nice to have a long list of those here at SO, as a Wiki. Then visitors just have to check one location. :-)
Two kinds of tools will qualify for this list:
1) Tools which analyse code and report statistics and/or possible design errors.
2) Tools which turn code into readable or browse-able reports with indices and overviews.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
http://clang-analyzer.llvm.org。它也是 Xcode 的一部分。
There's an open source static analyzer for C and Objective-C at http://clang-analyzer.llvm.org. It's also part of Xcode.