jbddc / vf-verifier

Practical Assignment - Formal Verification 2016/17

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vf-verifier

Practical Assignment - Formal Verification 2016/17

Documentation for the source code can be found here.

Dependencies

Build

  • Clone this repository
  • cd to its root folder
  • stack setup (only needed once)
  • stack build

Executing program

You need a file with SL code, some examples can be found in test. Then you may run stack exec vf-verifier and pipe your file.sl into the executable as follows:

stack exec vf-verifier < my_file.sl

About

Practical Assignment - Formal Verification 2016/17

License:GNU General Public License v3.0


Languages

Language:Haskell 97.3%Language:Slash 2.7%