Overview

FreeBoogie is a Java implementation of the "World's Best Program Verification System."

The Boogie language is an intermediate language for program verification. FreeBoogie takes a Boogie program and checks if it is correct or not. Front-ends that produce Boogie programs from higher level languages include Spec# (from Spec#, which is a superset of C#, and from .NET CIL), B2BPL (from Java bytecode), VCC (from C). The Boogie language is a great target if you are implementing static analyses for a high-level language.

FreeBoogie is included as an Eclipse library plugin in the Mobius Program Verification Environment. Its development will continue after the Mobius project ends at a more permanent home.

License

This is an MIT License.

Copyright (c) 2007–2009 University College Dublin and Radu Grigore

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.