| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Split InterpreterLoops into several files | Son Ho | 2023-02-03 | 12 | -4098/+4329 |
* | Implement a pass to filter the unused input arguments in the loop functions | Son Ho | 2023-02-03 | 7 | -48/+377 |
* | Fix an issue with the names of the loop decreases clauses | Son Ho | 2023-02-03 | 3 | -12/+37 |
* | Improve the order of the loop input parameters | Son Ho | 2023-02-03 | 2 | -2/+41 |
* | Improve the heuristic to find pretty names for the variables in the loops | Son Ho | 2023-02-03 | 5 | -5/+64 |
* | Add a comment for PrePasses.remove_shallow_borrows | Son Ho | 2023-02-03 | 1 | -2/+87 |
* | Improve PureMicroPasses.filter_useless and regenerate the betree code | Son Ho | 2023-02-03 | 2 | -0/+10 |
* | Fix a minor issue | Son Ho | 2023-02-03 | 1 | -1/+6 |
* | Implement a pass to filter shallow borrows | Son Ho | 2023-02-03 | 3 | -7/+85 |
* | Fix some issues with the values given back by loop backward translations | Son Ho | 2023-02-03 | 10 | -40/+291 |
* | Fix the comments for ocamldoc | Son Ho | 2023-02-03 | 8 | -10/+11 |
* | Fix an issue with the translation of loops::clear | Son Ho | 2023-02-03 | 3 | -28/+72 |
* | Fix an issue in translate_forward_end | Son Ho | 2023-02-03 | 2 | -1/+3 |
* | Fix a minor issue in decompose_let_bindings | Son Ho | 2023-02-03 | 5 | -4/+17 |
* | Add more loop examples and fix issues | Son Ho | 2023-02-03 | 12 | -250/+594 |
* | Cleanup a bit | Son Ho | 2023-02-03 | 1 | -59/+18 |
* | Implement support for nested borrows in loops, and add loop tests | Son Ho | 2023-02-03 | 10 | -151/+999 |
* | Make minor modifications to improve the quality of the loop translation | Son Ho | 2023-02-03 | 4 | -15/+106 |
* | Make minor fixes | Son Ho | 2023-02-03 | 1 | -12/+14 |
* | Improve the loops' numbering | Son Ho | 2023-02-03 | 1 | -132/+149 |
* | Make another loop example work | Son Ho | 2023-02-03 | 1 | -30/+27 |
* | Implement a micro-pass to simplify the let-bindings followed by a return | Son Ho | 2023-02-03 | 4 | -2/+101 |
* | Make a minor cleanup in InterpreterLoops.ml | Son Ho | 2023-02-03 | 1 | -55/+62 |
* | Make minor modifications and generate code for loops | Son Ho | 2023-02-03 | 1 | -24/+28 |
* | Fix a minor bug in Interpreter.ml | Son Ho | 2023-02-03 | 2 | -9/+15 |
* | Fix various issues with the generation of code for the loops | Son Ho | 2023-02-03 | 8 | -149/+416 |
* | Fix a small issue with SymbolicToPure.translate_loop | Son Ho | 2023-02-03 | 2 | -50/+43 |