summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add definitions to Primitives.fst and start on improving/fixing theSon Ho2022-02-097-49/+105
* 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
* Make a minor modification to `drop_value`Son Ho2022-02-081-2/+5
* Make minor modificationsSon Ho2022-02-082-2/+8
* Update the Makefile to add hashmap as a test and fix some issuesSon Ho2022-02-083-6/+26
* Make a minor modifications to Makefile and main.mlSon Ho2022-02-082-3/+3
* Fix some issuesSon Ho2022-02-088-88/+124
* Make progress on implementing support for types and functions likeSon Ho2022-02-089-35/+79
* Make a minor update in InterpreterExpansionSon Ho2022-02-081-0/+3
* Start adding more assumed types and functionsSon Ho2022-02-0815-124/+426
* Make a minor modification to account a change in function namings fromSon Ho2022-02-071-1/+1
* Add a Makefile in examples/miscSon Ho2022-02-071-0/+15
* Make minor modifications to the testsSon Ho2022-02-071-0/+4
* Add tests for the hashmapSon Ho2022-02-072-3/+16
* Start working on a hashmap example in RustSon Ho2022-02-073-0/+184
* Implement printing of debugging messages in case of name clashesSon Ho2022-02-071-22/+116
* Make more minor modificationsSon Ho2022-02-071-1/+3
* Make minor modifications to Primitives.fstSon Ho2022-02-071-1/+2
* Update the MakefileSon Ho2022-02-041-10/+12
* Improve the command line argumentsSon Ho2022-02-042-27/+62
* Make a minor modificationSon Ho2022-02-041-2/+2
* Work on decomposition of monadic let-bindings for F*Son Ho2022-02-045-6/+114
* Make the micro passes config a parameter of Translate.translate_moduleSon Ho2022-02-042-12/+17
* Add generation of unit tests for the synthesized functionsSon Ho2022-02-043-25/+86
* Make minor modifications with regards to loggingSon Ho2022-02-041-0/+1
* Deactivate some logsSon Ho2022-02-041-4/+4
* Remove the `open FStar.Mul` line from the generated filesSon Ho2022-02-041-2/+0
* Merge the switches over integers and the matches over enumerations inSon Ho2022-02-046-97/+36
* Register the names of the integer types and ops to detect name clashes inSon Ho2022-02-042-37/+65