summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Allow bitshifts with any pair of integer typesAymeric Fromherz2023-09-221-1/+5
|
* Add support for Shl/Shr typechecking in InterpreterExpressionsAymeric Fromherz2023-09-221-1/+4
|
* Merge pull request #37 from AeneasVerif/son_tutoSon HO2023-09-188-71/+691
|\ | | | | Tutorial for the Lean backend
| * Update the READMESon Ho2023-09-181-0/+2
| |
| * Cleanup the tutorial a bitSon Ho2023-09-181-80/+110
| |
| * Add notations for the Isize.ofInt, etc.Son Ho2023-09-181-0/+16
| |
| * Make minor modifications to the tutorialSon Ho2023-09-181-3/+2
| |
| * Add arithmetic lemmas in Scalar.leanSon Ho2023-09-181-12/+179
| |
| * Make progress on the tutorialSon Ho2023-09-181-3/+66
| |
| * Start writing a tutorialSon Ho2023-09-182-0/+298
| |
| * Improve scalar_tacSon Ho2023-09-183-56/+36
| |
| * Fix an issue when loading the saved theorem maps for the progress tacticSon Ho2023-09-182-3/+68
|/
* Merge pull request #36 from AeneasVerif/update_leanSon HO2023-09-1411-69/+95
|\ | | | | Update the version of Lean and fix a bug in the progress tactic
| * Fix the hashmap proofs in LeanSon Ho2023-09-145-29/+41
| |
| * Fix panic issues with the progress tacticSon Ho2023-09-141-3/+5
| |
| * Update to Lean 4.0.0 and fix some broken proofsSon Ho2023-09-147-38/+50
|/
* Merge pull request #34 from AeneasVerif/son_update_rustcSon HO2023-08-0918-41/+41
|\ | | | | Update rustc to nightly-2023-06-02
| * Update the nix flakeSon Ho2023-08-091-18/+18
| |
| * Update the nix flake and regenerate the codeSon Ho2023-08-0918-26/+26
| |
* | Merge pull request #33 from AeneasVerif/son_refactorSon HO2023-08-0923-1495/+1513
|\| | | | | Update the code following Charon's refactor
| * Update the READMESon Ho2023-08-091-20/+21
| |
| * Regenerate the test filesSon Ho2023-08-0818-1463/+1465
| |
| * Update the code following a refactor on Charon's sideSon Ho2023-08-084-12/+27
|/
* Merge pull request #32 from AeneasVerif/son_arraysSon HO2023-08-07110-1184/+5804
|\ | | | | Add support for arrays/slices and const generics
| * Update the flake.lockSon Ho2023-08-071-40/+58
| |
| * Regenerate the test filesSon Ho2023-08-076-60/+550
| |
| * Change some fun id names to use "Mut"/"Shared" as a suffixSon Ho2023-08-075-66/+66
| |
| * Fix a heart beat issue in a Lean proofSon Ho2023-08-041-0/+4
| |
| * Add an option to not override Hashmap.leanSon Ho2023-08-044-3/+16
| |
| * Generate the array test files for Coq and F*Son Ho2023-08-0412-0/+1560
| |
| * Update the Makefile and regenerate the test filesSon Ho2023-08-0428-63/+637
| |
| * Fix issues with the extraction and extend the primitive libraries for Coq and F*Son Ho2023-08-045-32/+151
| |
| * Add a forgotten fileSon Ho2023-08-041-0/+1
| |
| * Generate the Array example in LeanSon Ho2023-08-042-0/+295
| |
| * Make minor modificationsSon Ho2023-08-044-9/+9
| |
| * Add SliceLen as a primitive function and make minor adjustmentsSon Ho2023-08-046-77/+100
| |
| * Add the UtilsBase.lean fileSon Ho2023-08-041-0/+10
| |
| * Start adding support for Arrays/Slices in the Lean librarySon Ho2023-08-049-49/+692
| |
| * Fix an issue with the extraction of aggregated arraysSon Ho2023-08-0310-180/+320
| |
| * Make a minor formatting modification for LeanSon Ho2023-08-0315-1/+15
| |
| * Update the Makefile to add the array testSon Ho2023-08-031-1/+16
| |
| * Fix issuesSon Ho2023-08-0311-57/+140
| |
| * Make minor modificationsSon Ho2023-08-023-16/+29
| |
| * Add the function signatures in Assumed.mlSon Ho2023-08-021-0/+143
| |
| * Make more progressSon Ho2023-08-022-75/+186
| |
| * Make progressSon Ho2023-08-025-53/+80
| |
| * Make progressSon Ho2023-08-0214-76/+178
| |
| * Make progressSon Ho2023-08-027-164/+232
| |
| * Make progress proapagating the changesSon Ho2023-08-0225-273/+407
| |
| * Start adding support for const genericsSon Ho2023-08-0111-226/+246
|/