Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rog0d/compil

Updated version of the code found on Xavier Leroy's Compil course
https://github.com/rog0d/compil

compil coq

Last synced: 9 days ago
JSON representation

Updated version of the code found on Xavier Leroy's Compil course

Awesome Lists containing this project

README

        

# README
- This code is an uptated versión of the original code found on this [course](https://xavierleroy.org/courses/Eugene-2011/) which runs on Coq version 8.2pl2.
- The actual versión of the code is Coq version 8.14.1
- The coq files are the .v ones. The other ones are the compilations of the .v files, if you have coq v.8.14.1 you can actually just download it and run the code. If not, you would have to take the .v files and compile them one by one.