summaryrefslogtreecommitdiff
path: root/src/Pure.ml (unfollow)
Commit message (Expand)AuthorFilesLines
2022-05-04Make minor modificationsSon Ho1-5/+10
2022-05-04Start updating the way the function return type (with errors and states)Son Ho1-15/+66
2022-05-01CleanupSon Ho1-56/+8
2022-05-01Perform more renamingsSon Ho1-8/+6
2022-05-01Perform some renamingsSon Ho1-5/+1
2022-05-01Rename "lvalue" to "pattern"Son Ho1-27/+24
2022-04-29Make more progress propagating the changesSon Ho1-2/+6
2022-04-29Make good progress updating the codeSon Ho1-2/+7
2022-04-29Merge the rvalues with the expressionsSon Ho1-94/+57
2022-04-27Fix various bugs when extracting with a state monadSon Ho1-2/+13
2022-04-26Introduce the Abs expression and continue updating the codeSon Ho1-0/+1
2022-04-26Introduce the App expression, and make progress updating the codeSon Ho1-25/+29
2022-04-21Cleanup and update commentsSon Ho1-82/+4
2022-04-21Improve the generation of names for given back valuesSon Ho1-2/+7
2022-04-21Work on pretty namesSon Ho1-11/+25
2022-04-20Introduce mdplace to link meta information about the given back valuesSon Ho1-55/+124
2022-04-20Improve the generation of pretty names by correctly using theSon Ho1-1/+1
2022-03-04Fix a small issue with PureMicroPasses.get_body_min_var_counterSon Ho1-9/+0
2022-03-03Make good progress on adding support for external and opaqueSon Ho1-5/+9
2022-03-03Rename CFIM to LLBCSon Ho1-1/+1
2022-03-03Add an Opaque variant to type_decl_kind and start updating the codeSon Ho1-1/+1
2022-03-03Move the names from Identifiers to NamesSon Ho1-0/+1
2022-03-03Rename TypeDef...,type_def...,FunDef,fun_def to ...Decl,...declSon Ho1-9/+9
2022-02-24Update the way function names are handledSon Ho1-1/+1
2022-02-24Finish writing the code which generates the state-error monadSon Ho1-1/+12
2022-02-23Start working on generating code which uses a state-error monadSon Ho1-0/+5
2022-02-23Add the `State` assumed type in Pure.mlSon Ho1-3/+9
2022-02-08Make progress on implementing support for types and functions likeSon Ho1-10/+12
2022-02-04Merge the switches over integers and the matches over enumerations inSon Ho1-7/+7
2022-02-03Implement a micro pass to filter the box functionsSon Ho1-42/+47
2022-02-03Implement extraction of switch int and make extract_texpression returnSon Ho1-1/+2
2022-02-03Implement ExtractToFStar.extract_typed_rvalueSon Ho1-0/+3
2022-02-02Implement detection of non-recursive forward/backward functions groups whenSon Ho1-2/+2
2022-01-29Make the field names optional and make progress on ExtractToFStarSon Ho1-1/+1
2022-01-29Make progress on PureToExtractSon Ho1-14/+17
2022-01-28Start working on ExtractAstSon Ho1-7/+7
2022-01-28Make the pure expressions typedSon Ho1-8/+11
2022-01-28Make the scrutinee in Pure.Switch an expression rather than a valueSon Ho1-1/+1
2022-01-28Finish implementing filter_unused_assignmentsSon Ho1-1/+2
2022-01-28Add some mapreduce visitors to PureSon Ho1-11/+64
2022-01-28Make minor modifications to the use of reduce inSon Ho1-0/+17
2022-01-28Add an input_lvs field to Pure.fun_defSon Ho1-0/+3
2022-01-28Finish implementing to_monadicSon Ho1-0/+5
2022-01-28Implement get_expression_min_var_counterSon Ho1-6/+8
2022-01-28Start working on to_monadic and make the expression visitors anSon Ho1-27/+69
2022-01-28Remove the Return and Fail variants from Pure.expression and add aSon Ho1-24/+45
2022-01-28Change the type of [Pure.call.args] to [expression list] rather thanSon Ho1-37/+15
2022-01-28Simplify the let-bindings in the pure ASTSon Ho1-61/+94
2022-01-28Make substantial simplifications to the pure ASTSon Ho1-33/+121
2022-01-28Make minor modificationsSon Ho1-3/+3