Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/liyishuai/vst-itree
VST and Interaction Trees
https://github.com/liyishuai/vst-itree
Last synced: about 1 month ago
JSON representation
VST and Interaction Trees
- Host: GitHub
- URL: https://github.com/liyishuai/vst-itree
- Owner: liyishuai
- License: gpl-3.0
- Created: 2020-06-22T00:30:13.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-22T18:55:42.000Z (over 4 years ago)
- Last Synced: 2024-11-06T07:44:38.298Z (3 months ago)
- Language: Coq
- Size: 18.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vst-itree
VST and Interaction Trees## Requirements:
- coq (tested on 8.11.2)
- coq-flocq (tested on 3.3.1)
- coq-itree (tested on 3.1.0)
- coq-simple-io (tested on 1.3.0)
- Run `make` in [`VST`](VST)## Usage
- Run `make`, compilation fails.
- Comment out either definition `execute` or `ITREE`, then `make` succeeds.