Skip to content

Commit

Permalink
CameLIGO extraction (#71)
Browse files Browse the repository at this point in the history
* Add extraction to cameLIGO language*

Co-authored-by: Danil <danil.v.annenkov@gmail.com>
Co-authored-by: Jakob Botsch Nielsen <Jakob.botsch.nielsen@gmail.com>
  • Loading branch information
3 people authored Nov 19, 2020
1 parent cbd18da commit 6771127
Show file tree
Hide file tree
Showing 11 changed files with 1,763 additions and 7 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ _opam/
*.liq
*.midlang
*.out
*.mligo

## Elm tests
extraction/examples/elm-extract/elm-stuff/
Expand Down
3 changes: 3 additions & 0 deletions extraction/_CoqProject
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@

-Q theories ConCert.Extraction
theories/Annotations.v
theories/CameLIGOExtract.v
theories/CameLIGOPretty.v
theories/CertifyingEta.v
theories/ClosedAux.v
theories/Common.v
Expand Down Expand Up @@ -39,6 +41,7 @@ theories/WcbvEvalAux.v

-Q examples ConCert.Extraction.Examples
examples/Ack.v
examples/CameLIGOExtractionTests.v
examples/CounterCertifiedExtraction.v
examples/CounterDepCertifiedExtraction.v
examples/CounterRefinementTypes.v
Expand Down
Loading

0 comments on commit 6771127

Please sign in to comment.