Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 1.31 KB

README.md

File metadata and controls

28 lines (23 loc) · 1.31 KB

asn1fpcoq

ASN.1 Floating Point encoding formalized in Coq

Features

  • High-level ASN.1 Real definition
  • Conversion between ASN.1 and Flocq IEEE-754
  • TODO: Bit-string encoding of ASN.1 real numbers

Assumptions

See doc/assumptions.md

Prerequisites

To install all pre-requisites:

opam repo add coq-released http://coq.inria.fr/opam/released
opam install coq coq-ext-lib coq-flocq coq-bbv dune num core coq-compcert

Acknowledgements