Skip to content
Snippets Groups Projects
Commit d24f5e53 authored by Samuel Hym's avatar Samuel Hym
Browse files

Rewrite coq2c. Rename it digger.

Refactor the code parsing the JSON extracted from Coq.

Rewrite completely the conversion to C, splitting it in two stages:
- from the Coq AST to an intermediate representation corresponding to
  the part of Gallina that we can map to C,
- from that intermediate representation to C.

Use the standard Language.C library to produce the resulting C code, to
strengthen its quality.
parent 1c9e0f83
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment