编程语言分析器的完整列表?

发布于 2024-08-04 19:56:01 字数 595 浏览 1 评论 0原文

对于 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

微凉 2024-08-11 19:56:01

There's an open source static analyzer for C and Objective-C at http://clang-analyzer.llvm.org. It's also part of Xcode.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文