summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2022-02-10Improve slightly more the formattingSon Ho1-3/+6
2022-02-10Slightly improve formattingSon Ho1-1/+9
2022-02-10Add an option to deactivate the invariant checksSon Ho1-6/+10
2022-02-10Make minor updates to deserializationSon Ho3-13/+22
2022-02-09Add a commentSon Ho1-1/+2
2022-02-09Make minor modifications and cleanupSon Ho2-3/+9
2022-02-09Add a commentSon Ho1-0/+1
2022-02-09Cleanup a bitSon Ho4-84/+57
2022-02-09Make a minor modificationSon Ho1-1/+1
2022-02-09Implement extration to different filesSon Ho2-41/+127
2022-02-09Implement generation of template decrease clausesSon Ho2-5/+108
2022-02-09Implement the generation of `decreases` clauses in the definitionSon Ho5-20/+93
2022-02-09Start implementing selection of the extracted definitionsSon Ho1-37/+49
2022-02-09Add more command line arguments for the decrease clausesSon Ho2-0/+26
2022-02-09Start working on making the extraction more modular in order to generateSon Ho1-85/+120
2022-02-09Add logging informationSon Ho2-20/+26
2022-02-09Start working on the generation of decrease clausesSon Ho3-2/+63
2022-02-09Introduce a translation config in Translate.mlSon Ho2-19/+30
2022-02-09Make minor improvements to the generated filesSon Ho1-2/+5
2022-02-09Improve a bit the quality of the generated code by adjusting theSon Ho3-45/+34
2022-02-09Make minor modifications in InterpreterStatementsSon Ho1-4/+11
2022-02-09Update the Makefile so as not to generate and check traces anymoreSon Ho1-14/+14
2022-02-09Make minor modificationsSon Ho3-15/+15
2022-02-09Implement filtering of useless forward functionsSon Ho4-59/+165
2022-02-09Update a commentSon Ho1-1/+3
2022-02-09Make minor modifications with regards to unit testsSon Ho1-3/+4
2022-02-09Implement the symbolic expansion of Option valuesSon Ho1-0/+28
2022-02-09Replace some instances of failwith with `raise (Failure ...)`Son Ho1-16/+21
2022-02-09Add a check to detect if forward/backward translations are mutuallySon Ho1-1/+10
2022-02-09Add definitions to Primitives.fst and start on improving/fixing theSon Ho6-49/+56
2022-02-08Fix a few more mistakesSon Ho1-9/+15
2022-02-08Fix some mistakes in the type conversion to pureSon Ho4-14/+53
2022-02-08Add type checking utilities for the pure ADTSon Ho4-68/+224
2022-02-08Fix a minor issueSon Ho1-1/+0
2022-02-08Fix another issue in set_discriminantSon Ho1-3/+17
2022-02-08Add an option to allow the presence of bottom values below borrowsSon Ho9-4/+71
2022-02-08Add PrePasses.ml which was forgotten in a previous commitSon Ho1-0/+50
2022-02-08Fix more issuesSon Ho4-33/+49
2022-02-08Fix some issues in InvariantsSon Ho1-3/+11
2022-02-08Update some code in Print for OptionSon Ho1-0/+10
2022-02-08Update the projection functions to take into account the option typeSon Ho1-19/+28
2022-02-08Implement pre-passes to update the AST before executing the interpreterSon Ho4-3/+7
2022-02-08Make a minor modification to `drop_value`Son Ho1-2/+5
2022-02-08Make minor modificationsSon Ho2-2/+8
2022-02-08Update the Makefile to add hashmap as a test and fix some issuesSon Ho2-5/+19
2022-02-08Make a minor modifications to Makefile and main.mlSon Ho1-2/+2
2022-02-08Fix some issuesSon Ho8-88/+124
2022-02-08Make progress on implementing support for types and functions likeSon Ho8-30/+74
2022-02-08Make a minor update in InterpreterExpansionSon Ho1-0/+3
2022-02-08Start adding more assumed types and functionsSon Ho14-116/+416