summaryrefslogtreecommitdiff
path: root/src/ExtractToFStar.ml (unfollow)
Commit message (Expand)AuthorFilesLines
2022-05-04Make minor modificationsSon Ho1-1/+1
2022-05-04Fix various issues when using a stateSon Ho1-23/+11
2022-05-04Make progress updating the codeSon Ho1-3/+2
2022-05-01Do more cleanupSon Ho1-2/+2
2022-05-01CleanupSon Ho1-3/+3
2022-05-01Perform more renamingsSon Ho1-1/+1
2022-05-01Perform some renamingsSon Ho1-4/+3
2022-05-01Rename "lvalue" to "pattern"Son Ho1-19/+19
2022-05-01Fix a minor issue when extracting filesSon Ho1-6/+6
2022-05-01Make a minor modificationSon Ho1-1/+1
2022-04-29Make more progress propagating the changesSon Ho1-96/+139
2022-04-27Fix a minor issueSon Ho1-1/+2
2022-04-27Fix various bugs when extracting with a state monadSon Ho1-7/+15
2022-04-27Make minor modificationsSon Ho1-4/+5
2022-04-27Update formattingSon Ho1-12/+6
2022-04-27Make minor modifications to formattingSon Ho1-37/+35
2022-04-27Update ExtractToFStarSon Ho1-114/+188
2022-04-26Introduce the App expression, and make progress updating the codeSon Ho1-1/+1
2022-03-04Fix minor issues for the translation of hashmap_on_diskSon Ho1-4/+22
2022-03-04Make minor modifications to the variable names generationSon Ho1-3/+7
2022-03-04Fix a minor issue with external function declarationsSon Ho1-0/+21
2022-03-04Fix minor issues when using the state-error monadSon Ho1-2/+41
2022-03-04Fix minor issues with regards to extraction of opaque typesSon Ho1-14/+20
2022-03-04Fix minor mistakes with regards to extraction of external declarationsSon Ho1-40/+51
2022-03-03Make good progress on adding support for external and opaqueSon Ho1-20/+30
2022-03-03Finish updating Translate and ExtractToFStarSon Ho1-18/+34
2022-03-03Make good progress updating TranslateSon Ho1-3/+7
2022-03-03Update the name definition to use path_elemSon Ho1-5/+6
2022-03-03Rename TypeDef...,type_def...,FunDef,fun_def to ...Decl,...declSon Ho1-23/+23
2022-02-24Update the way function names are handledSon Ho1-9/+11
2022-02-23Start working on generating code which uses a state-error monadSon Ho1-3/+4
2022-02-23Add the `State` assumed type in Pure.mlSon Ho1-4/+11
2022-02-23Improve variable name generationSon Ho1-3/+15
2022-02-23Inline more let-bindings and improve formattingSon Ho1-15/+32
2022-02-10Make more improvements to formattingSon Ho1-6/+18
2022-02-10Make more improvements to formattingSon Ho1-12/+14
2022-02-10Make slight improvements to formattingSon Ho1-2/+2
2022-02-10Improve slightly more the formattingSon Ho1-3/+6
2022-02-10Slightly improve formattingSon Ho1-1/+9
2022-02-09Make minor modifications and cleanupSon Ho1-0/+3
2022-02-09Cleanup a bitSon Ho1-43/+14
2022-02-09Implement generation of template decrease clausesSon Ho1-5/+99
2022-02-09Implement the generation of `decreases` clauses in the definitionSon Ho1-8/+60
2022-02-09Start working on the generation of decrease clausesSon Ho1-1/+16
2022-02-09Improve a bit the quality of the generated code by adjusting theSon Ho1-5/+7
2022-02-09Make minor modifications with regards to unit testsSon Ho1-3/+4
2022-02-08Fix a few more mistakesSon Ho1-9/+15
2022-02-08Fix some issuesSon Ho1-2/+8
2022-02-08Make progress on implementing support for types and functions likeSon Ho1-1/+3
2022-02-08Start adding more assumed types and functionsSon Ho1-3/+22