Crates.io | why3 |
lib.rs | why3 |
version | 0.3.0 |
source | src |
created_at | 2024-07-30 19:20:17.72335 |
updated_at | 2024-10-27 11:17:29.087404 |
description | Why3 AST and pretty printers |
homepage | |
repository | https://github.com/creusot-rs/creusot |
max_upload_size | |
id | 1320256 |
size | 124,162 |
A Rust library furnishing the Why3 AST used by the Creusot verifier, and its associated pretty printer.
The library supports two input formats to why3: WhyML (.mlw
), Coma (.coma
).
As it stands the core Why3 Exp
type is heavily burdened with tech debt associated to its evolution as an offsprout of creusot.
I hope to clean this up incrementally, but if you are planning on using why3
in a project, please contact me so I can reprioritize.