| Commit message (Expand) | Author | Age | Files | Lines |
* | Make good progress on generating code for HOL4 | Son Ho | 2023-06-04 | 8 | -487/+1217 |
* | Use dune 3.7 and update the flake.lock | Son Ho | 2023-06-04 | 3 | -5/+5 |
* | Add a sanity check in Driver.ml | Son Ho | 2023-06-04 | 1 | -0/+13 |
* | Make more updates for the Lean backend | Son Ho | 2023-06-04 | 2 | -26/+43 |
* | Make minor modifications | Son Ho | 2023-06-04 | 2 | -3/+23 |
* | Update Extract.ml | Son Ho | 2023-06-04 | 1 | -15/+35 |
* | Make extract_adt_cons call extract_adt_g_value | Son Ho | 2023-06-04 | 1 | -54/+15 |
* | Make a minor fix | Son Ho | 2023-06-04 | 1 | -7/+1 |
* | Improve the generation of variant names for Lean | Son Ho | 2023-06-04 | 3 | -15/+33 |
* | Improve simplify_aggregates to introduce structure updates | Son Ho | 2023-06-04 | 2 | -3/+48 |
* | Start updating simplify_aggregates | Son Ho | 2023-06-04 | 1 | -2/+43 |
* | Add a special expression for structure creation/update | Son Ho | 2023-06-04 | 9 | -182/+451 |
* | Don't create useless directories in Lean | Son Ho | 2023-06-04 | 1 | -2/+4 |
* | Update the extraction of Lean files | Son Ho | 2023-06-04 | 2 | -25/+51 |
* | Reorganize the Lean tests and extract the Polonius tests to Lean | Son Ho | 2023-06-04 | 1 | -1/+1 |
* | Remove the symbolic interpreter tests | Son Ho | 2023-06-04 | 2 | -35/+0 |
* | Automate the generation of the lakefile.lean files | Son Ho | 2023-06-04 | 2 | -120/+167 |
* | Add a check in Driver.ml | Son Ho | 2023-06-04 | 1 | -0/+12 |
* | Handle the "opaque_defs." prefix in a cleaner manner | Son Ho | 2023-06-04 | 3 | -95/+253 |
* | Make minor modifications | Son Ho | 2023-06-04 | 1 | -41/+89 |
* | Consistently use the names TerminationMeasure and DecreasesProof | Son Ho | 2023-06-04 | 5 | -61/+108 |
* | Update the generation of termination and decreases_by templates for Lean | Son Ho | 2023-06-04 | 2 | -28/+39 |
* | Add more checks in Driver.ml | Son Ho | 2023-06-04 | 2 | -3/+8 |
* | Print warnings for the Lean backend and loops | Son Ho | 2023-06-04 | 1 | -8/+13 |
* | WIP | Jonathan Protzenko | 2023-06-04 | 1 | -3/+6 |
* | More comments | Jonathan Protzenko | 2023-06-04 | 1 | -0/+8 |
* | Idiomatic naming conventions | Jonathan Protzenko | 2023-06-04 | 1 | -2/+7 |
* | Improve formatting further by removing useless spaces | Son Ho | 2023-06-04 | 1 | -15/+22 |
* | Make sure let-bindings in Lean end with line breaks and improve formatting | Son Ho | 2023-06-04 | 2 | -43/+55 |
* | Improve formatting of the termination_by clauses | Son Ho | 2023-06-04 | 1 | -2/+8 |
* | Make minor fixes, improve formatting for Lean and generate code for all the t... | Son Ho | 2023-06-04 | 3 | -177/+203 |
* | All of the generated code is syntactically correct | Jonathan Protzenko | 2023-06-04 | 2 | -8/+19 |
* | WIP | Jonathan Protzenko | 2023-06-04 | 3 | -5/+30 |
* | Fix runaway indentation | Jonathan Protzenko | 2023-06-04 | 1 | -4/+4 |
* | Fill out more of the primitives file, attempt at type classes for scalar_cast | Jonathan Protzenko | 2023-06-04 | 1 | -10/+15 |
* | Don't need extra variables for the decreases clauses | Jonathan Protzenko | 2023-06-04 | 1 | -3/+9 |
* | WIP printing proper clauses | Jonathan Protzenko | 2023-06-04 | 1 | -3/+58 |
* | Fix some printing bits, proper syntax for terminates and decreases clauses | Jonathan Protzenko | 2023-06-04 | 3 | -16/+186 |
* | WIP lots of stuff | Jonathan Protzenko | 2023-06-04 | 3 | -27/+47 |
* | Fix a syntax error | Jonathan Protzenko | 2023-06-04 | 1 | -2/+6 |
* | Custom syntax support for structures in Lean | Jonathan Protzenko | 2023-06-04 | 2 | -20/+45 |
* | More cosmetic improvements | Jonathan Protzenko | 2023-06-04 | 1 | -12/+20 |
* | Fix a couple bugs here and there, improve Lean code-gen, still WIP | Jonathan Protzenko | 2023-06-04 | 2 | -26/+47 |
* | New directory structure and corresponding extraction, + misc fixes, for Lean | Jonathan Protzenko | 2023-06-04 | 3 | -38/+49 |
* | Write a tactic to discharge integer literal proof obligations | Jonathan Protzenko | 2023-06-04 | 1 | -1/+1 |
* | Facilitate development by having a local Makefile invoke dune | Jonathan Protzenko | 2023-06-04 | 2 | -0/+4 |
* | Initial Lean backend, WIP | Jonathan Protzenko | 2023-06-04 | 7 | -118/+240 |
* | Do not unfold the monadic lets for the generated F* code | Son Ho | 2023-02-03 | 1 | -2/+3 |
* | Improve the pretty names generation for loops | Son Ho | 2023-02-03 | 4 | -16/+59 |
* | Add a comment | Son Ho | 2023-02-03 | 1 | -0/+33 |