summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Improve slightly more the formattingSon Ho2022-02-101-3/+6
|
* Slightly improve formattingSon Ho2022-02-101-1/+9
|
* Add an option to deactivate the invariant checksSon Ho2022-02-102-7/+11
|
* Make minor progressSon Ho2022-02-101-2/+12
|
* Start working on HashMap.Properties.fstSon Ho2022-02-101-0/+235
|
* Update Primitives.fstSon Ho2022-02-101-1/+10
|
* Move the generated files to subdirectoriesSon Ho2022-02-102-1/+4
|
* Start working on the hash map proofsSon Ho2022-02-101-0/+59
|
* Make minor updates to deserializationSon Ho2022-02-103-13/+22
|
* Add a commentSon Ho2022-02-091-1/+2
|
* Make minor modifications and cleanupSon Ho2022-02-092-3/+9
|
* Add a commentSon Ho2022-02-091-0/+1
|
* Cleanup a bitSon Ho2022-02-095-85/+58
|
* Make a minor modificationSon Ho2022-02-091-1/+1
|
* Implement extration to different filesSon Ho2022-02-093-42/+128
|
* Implement generation of template decrease clausesSon Ho2022-02-092-5/+108
|
* Implement the generation of `decreases` clauses in the definitionSon Ho2022-02-095-20/+93
| | | | signatures
* Start implementing selection of the extracted definitionsSon Ho2022-02-091-37/+49
|
* Add more command line arguments for the decrease clausesSon Ho2022-02-093-2/+28
|
* Start working on making the extraction more modular in order to generateSon Ho2022-02-091-85/+120
| | | | decrease clauses
* Add logging informationSon Ho2022-02-092-20/+26
|
* Start working on the generation of decrease clausesSon Ho2022-02-093-2/+63
|
* Introduce a translation config in Translate.mlSon Ho2022-02-092-19/+30
|
* Make minor improvements to the generated filesSon Ho2022-02-091-2/+5
|
* Improve a bit the quality of the generated code by adjusting theSon Ho2022-02-093-45/+34
| | | | | function suffixes depending on whether forward/backward translations have been filtered
* Make minor modifications in InterpreterStatementsSon Ho2022-02-091-4/+11
|
* Fix the Makefile to make sure the translation options are correctSon Ho2022-02-091-2/+3
|
* Update the Makefile to make it more genericSon Ho2022-02-091-14/+24
|
* Update the Makefile so as not to generate and check traces anymoreSon Ho2022-02-092-31/+16
|
* Make minor modificationsSon Ho2022-02-093-15/+15
|
* Implement filtering of useless forward functionsSon Ho2022-02-094-59/+165
|
* Update a commentSon Ho2022-02-091-1/+3
|
* Remove the hashmap example (which was moved to Charon)Son Ho2022-02-094-218/+0
|
* Make minor modifications with regards to unit testsSon Ho2022-02-092-4/+5
|
* Implement the symbolic expansion of Option valuesSon Ho2022-02-091-0/+28
|
* Replace some instances of failwith with `raise (Failure ...)`Son Ho2022-02-091-16/+21
|
* Add a check to detect if forward/backward translations are mutuallySon Ho2022-02-091-1/+10
| | | | recursive
* Add definitions to Primitives.fst and start on improving/fixing theSon Ho2022-02-097-49/+105
| | | | generated F* file
* Fix a few more mistakesSon Ho2022-02-081-9/+15
|
* Fix some mistakes in the type conversion to pureSon Ho2022-02-084-14/+53
|
* Add type checking utilities for the pure ADTSon Ho2022-02-084-68/+224
|
* Fix a minor issueSon Ho2022-02-081-1/+0
|
* Fix another issue in set_discriminantSon Ho2022-02-081-3/+17
|
* Add an option to allow the presence of bottom values below borrowsSon Ho2022-02-089-4/+71
|
* Add PrePasses.ml which was forgotten in a previous commitSon Ho2022-02-081-0/+50
|
* Fix more issuesSon Ho2022-02-085-33/+52
|
* Fix some issues in InvariantsSon Ho2022-02-081-3/+11
|
* Update some code in Print for OptionSon Ho2022-02-081-0/+10
|
* Update the projection functions to take into account the option typeSon Ho2022-02-081-19/+28
|
* Implement pre-passes to update the AST before executing the interpreterSon Ho2022-02-084-3/+7
|