summaryrefslogtreecommitdiff
path: root/src/SymbolicToPure.ml (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanup and update commentsSon Ho2022-04-211-3/+1
* Improve the generation of names for given back valuesSon Ho2022-04-211-5/+11
* Work on pretty namesSon Ho2022-04-211-25/+17
* Introduce mdplace to link meta information about the given back valuesSon Ho2022-04-201-17/+28
* In fun_id rename the variant Local to RegularSon Ho2022-03-031-2/+2
* Update SymbolicToPure and TranslateSon Ho2022-03-031-1/+1
* Make good progress on adding support for external and opaqueSon Ho2022-03-031-26/+34
* Rename CFIM to LLBCSon Ho2022-03-031-19/+19
* Add an Opaque variant to type_decl_kind and start updating the codeSon Ho2022-03-031-3/+5
* Rename TypeDef...,type_def...,FunDef,fun_def to ...Decl,...declSon Ho2022-03-031-42/+42
* Update the way function names are handledSon Ho2022-02-241-1/+1
* Finish writing the code which generates the state-error monadSon Ho2022-02-241-0/+3
* Implement filtering of useless forward functionsSon Ho2022-02-091-40/+63
* Add definitions to Primitives.fst and start on improving/fixing theSon Ho2022-02-091-5/+1
* Fix some mistakes in the type conversion to pureSon Ho2022-02-081-11/+33
* Add type checking utilities for the pure ADTSon Ho2022-02-081-61/+92
* Start adding more assumed types and functionsSon Ho2022-02-081-13/+37
* Merge the switches over integers and the matches over enumerations inSon Ho2022-02-041-7/+14
* Update SymbolicToPure so that we don't construct tuples with exactly oneSon Ho2022-02-041-24/+21
* Fix a small issue with the types of tuple values inSon Ho2022-02-041-14/+39
* Fix an issue with the assumed box functions being considered as monadicSon Ho2022-02-031-2/+13
* Introduce a small optimizationSon Ho2022-02-011-1/+21
* Make progress on PureToExtractSon Ho2022-01-291-18/+0
* Make the pure expressions typedSon Ho2022-01-281-58/+97
* Make the scrutinee in Pure.Switch an expression rather than a valueSon Ho2022-01-281-10/+11
* Add an input_lvs field to Pure.fun_defSon Ho2022-01-281-1/+4
* Move some definitions to a new PureUtils.ml fileSon Ho2022-01-281-103/+6
* Finish implementing to_monadicSon Ho2022-01-281-0/+2
* Start working on to_monadic and make the expression visitors anSon Ho2022-01-281-0/+7
* Make various modifications to improve the name prettyficationSon Ho2022-01-281-21/+42
* Remove the Return and Fail variants from Pure.expression and add aSon Ho2022-01-281-23/+77
* Change the type of [Pure.call.args] to [expression list] rather thanSon Ho2022-01-281-2/+10
* Simplify the let-bindings in the pure ASTSon Ho2022-01-281-14/+14
* Make substantial simplifications to the pure ASTSon Ho2022-01-281-28/+41
* Make a lot of small modificationsSon Ho2022-01-281-7/+2
* Remove the Aggregated variant from SymbolicAst.meta as it is included inSon Ho2022-01-281-4/+0
* Generate meta-information for the assignmentsSon Ho2022-01-281-3/+17
* Rename the meta-places to [mplace] and update some commentsSon Ho2022-01-271-3/+3
* Fix some issues with the naming of input variablesSon Ho2022-01-271-3/+14
* Move some definitions from SymbolicToPure to PureToExtractSon Ho2022-01-271-87/+1
* Add name information upon initializing some variables in SymbolicToPureSon Ho2022-01-271-19/+73
* Add mplace information in Pure.mlSon Ho2022-01-271-20/+62
* Add a "basename" field in Pure.varSon Ho2022-01-271-2/+2
* Make minor modificationsSon Ho2022-01-271-1/+1
* Fix some mistakesSon Ho2022-01-271-1/+21
* Add more printing facilities and fix minor bugsSon Ho2022-01-271-4/+49
* Start working on PrintPure.mlSon Ho2022-01-271-0/+1
* Introduce AEndedSharedBorrow so as not to introduce ABottom whenSon Ho2022-01-271-2/+2
* Add some printing facilities to SymbolicToPureSon Ho2022-01-271-2/+17
* Fix a small issue in translate_back_tySon Ho2022-01-271-50/+26