summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Write a tactic to discharge integer literal proof obligationsJonathan Protzenko2023-06-044-13/+51
|
* Add a sample test to illustrate potential project structureJonathan Protzenko2023-06-049-0/+751
|
* Facilitate development by having a local Makefile invoke duneJonathan Protzenko2023-06-042-0/+4
|
* Initial Lean backend, WIPJonathan Protzenko2023-06-0410-122/+406
|
* Merge pull request #16 from dconnolly/patch-1Son HO2023-03-311-4/+3
|\ | | | | Update README about Coq backend support
| * Update README about Coq backend supportDeirdre Connolly2023-03-301-4/+3
|/
* Update the Nix flakeSon Ho2023-02-031-9/+9
|
* Do not unfold the monadic lets for the generated F* codeSon Ho2023-02-0317-3635/+1673
|
* Update the Nix flakeSon Ho2023-02-031-3/+3
|
* Update the Nix flakeSon Ho2023-02-031-15/+15
|
* Update the hashmap and regenerateSon Ho2023-02-039-62/+37
|
* Improve the pretty names generation for loopsSon Ho2023-02-0310-63/+106
|
* Make modifications to the MakefilesSon Ho2023-02-033-7/+27
|
* Update the nix flakesSon Ho2023-02-032-37/+55
|
* Add a commentSon Ho2023-02-031-0/+33
|
* Split InterpreterLoops into several filesSon Ho2023-02-0312-4098/+4329
|
* Implement a pass to filter the unused input arguments in the loop functionsSon Ho2023-02-0311-79/+399
|
* Fix an issue with the names of the loop decreases clausesSon Ho2023-02-0313-154/+186
|
* Improve the order of the loop input parametersSon Ho2023-02-0315-64/+103
|
* Improve the heuristic to find pretty names for the variables in the loopsSon Ho2023-02-0314-382/+451
|
* Add a comment for PrePasses.remove_shallow_borrowsSon Ho2023-02-031-2/+87
|
* Improve PureMicroPasses.filter_useless and regenerate the betree codeSon Ho2023-02-035-85/+66
|
* Regenerate the hashmap code and update the proofsSon Ho2023-02-0310-380/+681
|
* Fix a minor issueSon Ho2023-02-031-1/+6
|
* Implement a pass to filter shallow borrowsSon Ho2023-02-033-7/+85
|
* Fix some issues with the values given back by loop backward translationsSon Ho2023-02-0314-40/+451
|
* Fix the comments for ocamldocSon Ho2023-02-038-10/+11
|
* Fix an issue with the translation of loops::clearSon Ho2023-02-035-44/+78
|
* Fix an issue in translate_forward_endSon Ho2023-02-032-1/+3
|
* Fix a minor issue in decompose_let_bindingsSon Ho2023-02-035-4/+17
|
* Add more loop examples and fix issuesSon Ho2023-02-0316-250/+906
|
* Cleanup a bitSon Ho2023-02-031-59/+18
|
* Implement support for nested borrows in loops, and add loop testsSon Ho2023-02-0314-169/+1819
|
* Regenerate the testsSon Ho2023-02-034-0/+394
|
* Make minor modifications to improve the quality of the loop translationSon Ho2023-02-034-15/+106
|
* Make minor fixesSon Ho2023-02-031-12/+14
|
* Improve the loops' numberingSon Ho2023-02-033-151/+167
|
* Make another loop example workSon Ho2023-02-035-30/+71
|
* Regenerate the filesSon Ho2023-02-0319-863/+245
|
* Implement a micro-pass to simplify the let-bindings followed by a returnSon Ho2023-02-034-2/+101
|
* Make a minor cleanup in InterpreterLoops.mlSon Ho2023-02-031-55/+62
|
* Make minor modifications and generate code for loopsSon Ho2023-02-039-26/+213
|
* Fix a minor bug in Interpreter.mlSon Ho2023-02-032-9/+15
|
* Fix various issues with the generation of code for the loopsSon Ho2023-02-038-149/+416
|
* Fix a small issue with SymbolicToPure.translate_loopSon Ho2023-02-032-50/+43
|
* Fix a minor issue with [translate_end_abstraction_loop]Son Ho2023-02-031-3/+7
|
* Fix another bugSon Ho2023-02-037-39/+127
|
* Fix some bugsSon Ho2023-02-038-85/+175
|
* Make good progress on updating SymbolicToPureSon Ho2023-02-0314-312/+877
|
* Add a `Loop` node in the pure ASTSon Ho2023-02-0310-15/+97
|