summaryrefslogtreecommitdiff
path: root/src/main.ml (unfollow)
Commit message (Expand)AuthorFilesLines
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
2022-01-26Remove SymbolicAstUtils.mlSon Ho1-1/+0
2022-01-25Implement SymbolicToPure.translate_fun_sigSon Ho1-1/+2
2022-01-24Start working on name generation for the synthesisSon Ho1-0/+1
2022-01-24Start working on printing for symbolic ASTSon Ho1-0/+2
2022-01-21Add invariant checks at the end of [end_borrow] and [end_abstraction]Son Ho1-1/+1
2022-01-19Start working on Pure.mlSon Ho1-0/+1
2022-01-18Start working on TypesAnalysisSon Ho1-0/+1
2022-01-14Implement greedy expansion of symbolic variables and expansion beforeSon Ho1-1/+2
2022-01-14Start working on greedy symbolic value expansion and expansion beforeSon Ho1-2/+10
2022-01-12Update end_borrow to check if there are loans in borrowed valuesSon Ho1-1/+1
2022-01-07Make more modifications to loggingSon Ho1-2/+5
2022-01-07Add logging information for borrowsSon Ho1-1/+2
2022-01-07Make more improvements to loggingSon Ho1-0/+1