summaryrefslogtreecommitdiff
path: root/compiler (unfollow)
Commit message (Expand)AuthorFilesLines
2023-06-04Add more checks in Driver.mlSon Ho2-3/+8
2023-06-04Print warnings for the Lean backend and loopsSon Ho1-8/+13
2023-06-04WIPJonathan Protzenko1-3/+6
2023-06-04More commentsJonathan Protzenko1-0/+8
2023-06-04Idiomatic naming conventionsJonathan Protzenko1-2/+7
2023-06-04Improve formatting further by removing useless spacesSon Ho1-15/+22
2023-06-04Make sure let-bindings in Lean end with line breaks and improve formattingSon Ho2-43/+55
2023-06-04Improve formatting of the termination_by clausesSon Ho1-2/+8
2023-06-04Make minor fixes, improve formatting for Lean and generate code for all the t...Son Ho3-177/+203
2023-06-04All of the generated code is syntactically correctJonathan Protzenko2-8/+19
2023-06-04WIPJonathan Protzenko3-5/+30
2023-06-04Fix runaway indentationJonathan Protzenko1-4/+4
2023-06-04Fill out more of the primitives file, attempt at type classes for scalar_castJonathan Protzenko1-10/+15
2023-06-04Don't need extra variables for the decreases clausesJonathan Protzenko1-3/+9
2023-06-04WIP printing proper clausesJonathan Protzenko1-3/+58
2023-06-04Fix some printing bits, proper syntax for terminates and decreases clausesJonathan Protzenko3-16/+186
2023-06-04WIP lots of stuffJonathan Protzenko3-27/+47
2023-06-04Fix a syntax errorJonathan Protzenko1-2/+6
2023-06-04Custom syntax support for structures in LeanJonathan Protzenko2-20/+45
2023-06-04More cosmetic improvementsJonathan Protzenko1-12/+20
2023-06-04Fix a couple bugs here and there, improve Lean code-gen, still WIPJonathan Protzenko2-26/+47
2023-06-04New directory structure and corresponding extraction, + misc fixes, for LeanJonathan Protzenko3-38/+49
2023-06-04Write a tactic to discharge integer literal proof obligationsJonathan Protzenko1-1/+1
2023-06-04Facilitate development by having a local Makefile invoke duneJonathan Protzenko2-0/+4
2023-06-04Initial Lean backend, WIPJonathan Protzenko7-118/+240
2023-02-03Do not unfold the monadic lets for the generated F* codeSon Ho1-2/+3
2023-02-03Improve the pretty names generation for loopsSon Ho4-16/+59
2023-02-03Add a commentSon Ho1-0/+33
2023-02-03Split InterpreterLoops into several filesSon Ho12-4098/+4329
2023-02-03Implement a pass to filter the unused input arguments in the loop functionsSon Ho7-48/+377
2023-02-03Fix an issue with the names of the loop decreases clausesSon Ho3-12/+37
2023-02-03Improve the order of the loop input parametersSon Ho2-2/+41
2023-02-03Improve the heuristic to find pretty names for the variables in the loopsSon Ho5-5/+64
2023-02-03Add a comment for PrePasses.remove_shallow_borrowsSon Ho1-2/+87
2023-02-03Improve PureMicroPasses.filter_useless and regenerate the betree codeSon Ho2-0/+10
2023-02-03Fix a minor issueSon Ho1-1/+6
2023-02-03Implement a pass to filter shallow borrowsSon Ho3-7/+85
2023-02-03Fix some issues with the values given back by loop backward translationsSon Ho10-40/+291
2023-02-03Fix the comments for ocamldocSon Ho8-10/+11
2023-02-03Fix an issue with the translation of loops::clearSon Ho3-28/+72
2023-02-03Fix an issue in translate_forward_endSon Ho2-1/+3
2023-02-03Fix a minor issue in decompose_let_bindingsSon Ho5-4/+17
2023-02-03Add more loop examples and fix issuesSon Ho12-250/+594
2023-02-03Cleanup a bitSon Ho1-59/+18
2023-02-03Implement support for nested borrows in loops, and add loop testsSon Ho10-151/+999
2023-02-03Make minor modifications to improve the quality of the loop translationSon Ho4-15/+106
2023-02-03Make minor fixesSon Ho1-12/+14
2023-02-03Improve the loops' numberingSon Ho1-132/+149
2023-02-03Make another loop example workSon Ho1-30/+27
2023-02-03Implement a micro-pass to simplify the let-bindings followed by a returnSon Ho4-2/+101