All Projects → epfl-lara → Stainless

epfl-lara / Stainless

Licence: apache-2.0
Verification framework and tool for higher-order Scala programs

Programming Languages

scala
5932 projects

Projects that are alternatives of or similar to Stainless

vscode-tlaplus
TLA+ language support for Visual Studio Code
Stars: ✭ 213 (-11.62%)
Mutual labels:  verification, formal-methods
Alive2
Automatic verification of LLVM optimizations
Stars: ✭ 199 (-17.43%)
Mutual labels:  verification, smt
Tool lists
Links to tools by subject
Stars: ✭ 270 (+12.03%)
Mutual labels:  formal-methods, verification
Smack
SMACK Software Verifier and Verification Toolchain
Stars: ✭ 305 (+26.56%)
Mutual labels:  verification, smt
Hacl Star
HACL*, a formally verified cryptographic library written in F*
Stars: ✭ 1,360 (+464.32%)
Mutual labels:  formal-methods, verification
z3 tutorial
Jupyter notebooks for tutorial on the Z3 SMT solver
Stars: ✭ 117 (-51.45%)
Mutual labels:  formal-methods, smt
Sat smt by example
"SAT/SMT by example" free ebook
Stars: ✭ 339 (+40.66%)
Mutual labels:  verification, smt
klever
Read-only mirror of the Klever Git repository
Stars: ✭ 18 (-92.53%)
Mutual labels:  verification, formal-methods
Liquidhaskell
Liquid Types For Haskell
Stars: ✭ 863 (+258.09%)
Mutual labels:  verification, smt
Pysmt
pySMT: A library for SMT formulae manipulation and solving
Stars: ✭ 352 (+46.06%)
Mutual labels:  verification, smt
Software Quality Wiki
Software Quality Wiki
Stars: ✭ 1,991 (+726.14%)
Mutual labels:  formal-methods, verification
Fstar
A Proof-oriented Programming Language
Stars: ✭ 2,171 (+800.83%)
Mutual labels:  verification, smt
Stp
Simple Theorem Prover, an efficient SMT solver for bitvectors
Stars: ✭ 341 (+41.49%)
Mutual labels:  verification, smt
Sbv
SMT Based Verification in Haskell. Express properties about Haskell programs and automatically prove them using SMT solvers.
Stars: ✭ 125 (-48.13%)
Mutual labels:  verification, smt
Vscode Tlaplus
TLA+ language support for Visual Studio Code
Stars: ✭ 152 (-36.93%)
Mutual labels:  formal-methods, verification
Apalache
APALACHE: symbolic model checker for TLA+
Stars: ✭ 187 (-22.41%)
Mutual labels:  smt
Lean
Homepage Theorem Proving in Lean FAQ
Stars: ✭ 2,006 (+732.37%)
Mutual labels:  verification
Email Verifier
✅ A Go library for email verification without sending any emails.
Stars: ✭ 162 (-32.78%)
Mutual labels:  verification
Acl2
ACL2 System and Books as Maintained by the Community
Stars: ✭ 200 (-17.01%)
Mutual labels:  formal-methods
Scilla
Scilla - A Smart Contract Intermediate Level Language
Stars: ✭ 186 (-22.82%)
Mutual labels:  verification

Stainless Release Nightly Build Status Build Status Gitter chat Apache 2.0 License

Verification framework for a subset of the Scala programming language. Supports contract-driven verification as well as termination checking of higher-order functional programs with local imperative features (see Pure Scala and Imperative for more details about the supported fragment).

Documentation

To get started, see videos:

Or documentation chapters, such as:

Development

To build the project, run sbt universal:stage. If all goes well, a binary gets generated: frontends/scalac/target/universal/stage/bin/stainless-scalac. More information is available in the documentation links.

Other Links

License

Stainless is released under the Apache 2.0 license. See the LICENSE file for more information.


Relation to Inox

Stainless relies on Inox to solve the various queries stemming from program verification. Inox supports model-complete queries in a feature-rich fragment that lets Stainless focus on program transformations and soundness of both contract and termination checking.

Relation to Leon

The Stainless/Inox stack has grown out of the Leon codebase and subsumes the verification and termination checking features of Leon. The new projects aim to provide a more stable and principled implementation of the verification techniques underlying Leon. Feature-wise, Stainless has already outgrown Leon verification and provides new features such as higher-order contracts and contract-based termination checking.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].