summaryrefslogtreecommitdiff
path: root/compiler/Extract.ml (unfollow)
Commit message (Expand)AuthorFilesLines
2022-11-16Generate record field projectors for CoqSon Ho1-71/+228
2022-11-16Improve formattingSon Ho1-95/+116
2022-11-16Make minor modifications to the extractionSon Ho1-4/+13
2022-11-14Extract the Polonius examples in CoqSon Ho1-13/+16
2022-11-14Add a `-use-fuel` optionSon Ho1-7/+22
2022-11-14Make [Result::Failure] type an [Error] parameterSon Ho1-1/+12
2022-11-14Improve the formatting of [if then else] expressionsSon Ho1-15/+24
2022-11-14Improve the formatting of the generated codeSon Ho1-33/+47
2022-11-14Make good progress on the Coq backendSon Ho1-317/+679
2022-11-14Reorganize the project to prepare for new backendsSon Ho1-0/+0
2022-11-10Make a minor cleanupSon Ho1-10/+1
2022-11-10Implement the generation of stateful backward functions (controlled by an opt...Son Ho1-3/+5
2022-11-10Update the way function names are handled in PureSon Ho1-17/+17
2022-11-10Reorganize branching symbolic expansions to prepare for the join operationSon Ho1-4/+12
2022-10-28Take care of some TODOsSon Ho1-1/+1
2022-10-27Fix some comment referencesSon Ho1-1/+1
2022-10-27Move constant_value to PrimitiveValues.mlSon Ho1-7/+7
2022-10-27Reorganize a bit the projectSon Ho1-0/+0
2022-10-26Update the code documentation to fix links and syntax issuesSon Ho1-140/+140
2022-09-22Add some commentsSon Ho1-0/+3
2022-09-22Make minor cleanupSon Ho1-3/+3
2022-09-22Make minor modificationsSon Ho1-30/+26
2022-09-22Update src/ExtractToFStar.mlSon HO1-1/+1
2022-09-22Update src/ExtractToFStar.mlSon HO1-1/+1
2022-09-22Update src/ExtractToFStar.mlSon HO1-1/+0
2022-09-22Update src/ExtractToFStar.mlSon HO1-1/+1
2022-09-22Update src/ExtractToFStar.mlSon HO1-1/+1
2022-09-22Update src/ExtractToFStar.mlSon HO1-1/+1
2022-09-22Update src/ExtractToFStar.mlSon HO1-1/+1
2022-09-22Update src/ExtractToFStar.mlSon HO1-1/+1
2022-09-22Update src/ExtractToFStar.mlSon HO1-1/+1
2022-08-11Correct last PR remarksSidney Congard1-16/+8
2022-08-10Corrected translation without using functions, remaining bug in hashmap trans...Sidney Congard1-1/+1
2022-08-08Register global names, one error remainingSidney Congard1-0/+5
2022-07-29Create global declaration group, address PR changes but introduce bugsSidney Congard1-29/+35
2022-07-18Address much stuff of the PR, throw exceptions at remaining placesSidney Congard1-2/+9
2022-07-13Apply small changes from the PRSidney Congard1-4/+4
2022-06-30Traduct globals body separately (WIP)Sidney Congard1-12/+117
2022-06-21concrete & symbolic evaluation work with new LLBC formatSidney Congard1-2/+1
2022-06-13crude generation working - missing unit tests & special constants handlingSidney Congard1-1/+4
2022-06-08read globals from LLBC JSON into functionsSidney Congard1-0/+1
2022-05-16Fix an issue when extracting assumed valuesSon Ho1-1/+1
2022-05-15Add a pass to cleanup the deconstructed ADTs and fix a small issueSon Ho1-1/+5
2022-05-15Treat integer casts in a general mannerSon Ho1-7/+26
2022-05-06Don't use the Rust disambiguators when generating names at extractionSon Ho1-3/+5
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