https://github.com/xldenis/whycode
https://github.com/xldenis/whycode
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/xldenis/whycode
- Owner: xldenis
- License: lgpl-2.1
- Created: 2021-10-04T21:36:04.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-12-21T17:02:43.000Z (6 months ago)
- Last Synced: 2025-04-15T12:14:58.594Z (3 months ago)
- Language: OCaml
- Size: 338 KB
- Stars: 19
- Watchers: 4
- Forks: 6
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WhyCode: A VsCode front-end for Why3
This repository contains an experiment in using VsCode as a front-end for the [Why3](https://www.why3.org/) prover framework, rather than its hand-built GTK frontend.
# Using the VSCode Extension
- Launch VSCode and run the command `Start Why3`
# Proving Rust code with Creusot
- Setup the server and client like shown above
- Go to your VSCode settings
- In `Whycode: Extra Args` add `-L/path/to/creusot/prelude/`# FAQ
- I can't see the task tree!
- Unfortunately that is not yet supproted
- Something seems like a bug!
- It probably is, so don't hesitate to [open an issue](https://github.com/xldenis/whycode).