diff options
author | Rutger Broekhoff | 2024-06-27 12:38:28 +0200 |
---|---|---|
committer | Rutger Broekhoff | 2024-06-27 12:38:28 +0200 |
commit | 8d81c6889f370e6aeca34fa1b4416b55bc1f9fc0 (patch) | |
tree | d0a5ca76b57239edff6aab4de18bf4130cec605b /README.md | |
parent | 493678b8df4183e59884bf2069eb3b1bf8ebb07f (diff) | |
download | mininix-formalization-main.tar.gz mininix-formalization-main.zip |
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -2,12 +2,15 @@ Coq Formalization for Mininix | |||
2 | ============================= | 2 | ============================= |
3 | 3 | ||
4 | [![License](https://img.shields.io/badge/License-BSD_3--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause) | 4 | [![License](https://img.shields.io/badge/License-BSD_3--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause) |
5 | [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.12208115.svg)](https://doi.org/10.5281/zenodo.12208115) | ||
5 | 6 | ||
6 | Mininix is a smaller version of the Nix expression language. This repository | 7 | Mininix is a smaller version of the Nix expression language. This codebase |
7 | provides the mechanization of the semantics and reference interpreter for this | 8 | provides the mechanization of the semantics and reference interpreter for this |
8 | language in the [Coq](https://coq.inria.fr/) proof assistant. For more details, | 9 | language in the [Coq](https://coq.inria.fr/) proof assistant. For more details, |
9 | I refer to my bachelor' thesis. I will link to it when it is made available on | 10 | I refer to my bachelor's thesis. It should be linked to from the related work |
10 | the [thesis archive](https://www.cs.ru.nl/bachelors-theses/) page of | 11 | section of the [Zenodo record](https://zenodo.org/records/12208115) after it |
12 | has been made available on the [thesis | ||
13 | archive](https://www.cs.ru.nl/bachelors-theses/) page of | ||
11 | [iCIS](https://www.ru.nl/en/institute-for-computing-and-information-sciences). | 14 | [iCIS](https://www.ru.nl/en/institute-for-computing-and-information-sciences). |
12 | 15 | ||
13 | ## Development | 16 | ## Development |