User:Realazthat/Projects wishlist/LLVM/Formal methods

From Rosetta Code

Formal methods project

Write an LLVM pass that will prove certain properties of functions.

Features

Things that the pass might prove, for each function:

Test examples

  • Prove that a regular expression evaluator halts (IE. calculate the computational complexity).

Reference material

Implementation methods


SMT Research

Related work

Non-Turing-complete languages

Other interesting languages