summaryrefslogtreecommitdiff
path: root/src/main.ml (unfollow)
Commit message (Expand)AuthorFilesLines
2022-03-03Change the extension of the serialized files to .llbcSon Ho1-1/+1
2022-03-03In fun_id rename the variant Local to RegularSon Ho1-1/+2
2022-03-03Rename CfimOfJson to LlbcOfJsonSon Ho1-1/+1
2022-03-03Rename CFIM to LLBCSon Ho1-4/+4
2022-03-03Update a commentSon Ho1-1/+1
2022-02-23Start working on generating code which uses a state-error monadSon Ho1-1/+6
2022-02-23Add an option to control the translation to error monad or state-errorSon Ho1-4/+9
2022-02-23Improve pretty-printing of environments by filtering and grouping valuesSon Ho1-1/+1
2022-02-22Make the interpreter pop the frame after executing a function body (forSon Ho1-1/+1
2022-02-10Add an option to deactivate the invariant checksSon Ho1-6/+10
2022-02-10Make minor updates to deserializationSon Ho1-0/+1
2022-02-09Cleanup a bitSon Ho1-10/+10
2022-02-09Implement extration to different filesSon Ho1-0/+6
2022-02-09Add more command line arguments for the decrease clausesSon Ho1-0/+16
2022-02-09Add logging informationSon Ho1-16/+17
2022-02-09Introduce a translation config in Translate.mlSon Ho1-5/+11
2022-02-09Update the Makefile so as not to generate and check traces anymoreSon Ho1-14/+14
2022-02-09Make minor modificationsSon Ho1-5/+5
2022-02-09Implement filtering of useless forward functionsSon Ho1-0/+5
2022-02-09Add definitions to Primitives.fst and start on improving/fixing theSon Ho1-0/+1
2022-02-08Fix some mistakes in the type conversion to pureSon Ho1-0/+2
2022-02-08Add an option to allow the presence of bottom values below borrowsSon Ho1-1/+2
2022-02-08Fix more issuesSon Ho1-4/+4
2022-02-08Implement pre-passes to update the AST before executing the interpreterSon Ho1-0/+3
2022-02-08Make a minor modifications to Makefile and main.mlSon Ho1-2/+2
2022-02-08Fix some issuesSon Ho1-1/+1
2022-02-08Make progress on implementing support for types and functions likeSon Ho1-2/+11
2022-02-04Improve the command line argumentsSon Ho1-21/+57
2022-02-04Work on decomposition of monadic let-bindings for F*Son Ho1-1/+2
2022-02-04Make the micro passes config a parameter of Translate.translate_moduleSon Ho1-1/+9
2022-02-04Add generation of unit tests for the synthesized functionsSon Ho1-1/+2
2022-02-04Make minor modifications with regards to loggingSon Ho1-0/+1
2022-02-04Deactivate some logsSon Ho1-4/+4
2022-02-03Cleanup a bitSon Ho1-3/+0
2022-02-02Start generating code for type definitionsSon Ho1-3/+1
2022-01-29Rename ExtractToFstar to ExtractToFStarSon Ho1-1/+1
2022-01-29Start working on extraction to F*Son Ho1-0/+1
2022-01-28Start working on ExtractAstSon Ho1-0/+1
2022-01-28Make a lot of small modificationsSon Ho1-0/+1
2022-01-27Move some definitions from SymbolicToPure to PureToExtractSon Ho1-1/+1
2022-01-27Add more printing facilities and fix minor bugsSon Ho1-1/+3
2022-01-27Make minor modifications and add commentsSon Ho1-1/+4
2022-01-27Start testing translation to pureSon Ho1-3/+7
2022-01-27Cleanup a bit by removing useless `open`Son Ho1-2/+0
2022-01-27Implement Translate.translate_functionSon Ho1-0/+1
2022-01-27Implement the borrow_content case of end_abstraction_borrowsSon Ho1-1/+1
2022-01-26Fix various issuesSon Ho1-2/+2
2022-01-26Test the generation of the symbolic ASTSon Ho1-1/+1
2022-01-26Start working on signatures for the assumed functionsSon Ho1-1/+1
2022-01-26Fix a typoSon Ho1-1/+1