Open
Description
Great idea to try and verify python code before generating an executable!
I work on https://github.com/adsharma/py2many. Recently I added the capability to transpile python -> smt2 (the sexpression based language that z3 uses). py2many/py2many@a89e5ad
Couple of questions for you:
- Why dafny and why not z3 (the underlying engine used by dafny)
- Using comment based pre/post condition vs getting them parsed via python AST (https://adsharma.github.io/pysmt/)
- Have you looked into https://github.com/caterinaurban/Typpete, which is already using z3?
I'm running into some problems expressing simple type constraints in z3. Asking around for help. Would love to collaborate.
Metadata
Metadata
Assignees
Labels
No labels