Skip to content

A simple Hoare triple verification condition generator.

License

Notifications You must be signed in to change notification settings

zacsimile/PyVerify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyVerify

A simple Hoare triple verification condition generator. Analyzes .imp files. IMP structure is given by imp.lark. To run, type

$ python imp_parser.py mult.imp

Dependencies

To run, install lark-parser from

$ pip install lark-parser

and Z3 from

https://github.com/Z3Prover/z3

License

PyVerify uses the MIT license.

About

A simple Hoare triple verification condition generator.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages