您的位置:首页 > 编程语言 > C语言/C++

Vera++ - Programmable verification and analysis tool for C++

2011-12-20 06:28 501 查看


Vera++ - Programmable verification and analysis tool for C++

Vera++ is a programmable tool for verification, analysis and transformation of C++ source code.

The simplest way to learn what Vera++ can do is to see the
Vera++ Demo.

Vera++ is a tool designed for programmers - not only in the sense that it helps with everyday development work, but also in the sense that all its rules are implemented as
scripts that can be modified or added by the user. Thanks to this, programmers have complete
freedom and control over what the tool does and how it works.

Vera++ is mainly an engine that parses C++ source files and presents the result of this parsing to scripts in the form of various collections - the scripts are actually performing the requested tasks.

[b]Vera++ Community Edition
provides syntax-oriented view on the source code and is available for free and as open source, distributed under the terms of the
Boost Software License.

Current version: 1.1.1

Supported platform: g++ (download source, 53kB).

Windows users can also try the binary version, compiled on Windows XP with VC++ 9 (download binary, 590kB)

See Vera++ online manual for more information.

The Community part in the name means that everybody is welcome to suggest their own new rules and transformations so that the whole product can be improved.

[/b]
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐