summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Make good progress on adding support for external and opaqueSon Ho2022-03-0315-354/+475
* Rename CfimOfJson to LlbcOfJsonSon Ho2022-03-034-3/+16
* Rename CFIM to LLBCSon Ho2022-03-0325-74/+74
* Finish updating Translate and ExtractToFStarSon Ho2022-03-032-21/+36
* Make good progress updating TranslateSon Ho2022-03-032-9/+94
* Add an Opaque variant to type_decl_kind and start updating the codeSon Ho2022-03-0311-35/+60
* Cleanup a bitSon Ho2022-03-031-31/+0
* Update the name definition to use path_elemSon Ho2022-03-035-57/+114
* Move the names from Identifiers to NamesSon Ho2022-03-0310-54/+63
* Rename TypeDef...,type_def...,FunDef,fun_def to ...Decl,...declSon Ho2022-03-0329-459/+463
* Update a commentSon Ho2022-03-031-1/+1
* Fix minor issues due to updates in CharonSon Ho2022-02-282-2/+3
* Add the betree_nll.rs testSon Ho2022-02-262-0/+54
* Start updating the Makefile for the NLL testsSon Ho2022-02-261-5/+17
* Update the way function names are handledSon Ho2022-02-2417-61/+116
* Finish writing the code which generates the state-error monadSon Ho2022-02-245-5/+43
* Start working on generating code which uses a state-error monadSon Ho2022-02-236-36/+154
* Add an option to control the translation to error monad or state-errorSon Ho2022-02-233-14/+26
* Add the `State` assumed type in Pure.mlSon Ho2022-02-235-9/+35
* Make a minor modificationSon Ho2022-02-231-2/+3
* Improve variable name generationSon Ho2022-02-233-50/+63
* Add a commentSon Ho2022-02-231-1/+18
* Inline more let-bindings and improve formattingSon Ho2022-02-235-123/+138
* Track the generated F* files from tests/miscSon Ho2022-02-232-0/+666
* Improve the code generation by inlining more let-bindingsSon Ho2022-02-233-146/+204
* Improve pretty-printing of environments by filtering and grouping valuesSon Ho2022-02-233-4/+68
* Make minor modifications to the MakefileSon Ho2022-02-231-1/+4
* Add commentsSon Ho2022-02-231-0/+2
* Update some commentsSon Ho2022-02-221-21/+8
* Make the interpreter pop the frame after executing a function body (forSon Ho2022-02-222-12/+15
* Add support for "fused" match branchesSon Ho2022-02-225-10/+28
* Merge branch 'main' of github.com:Kachoc/aeneas into mainSon Ho2022-02-182-3/+5
|\
| * More stuff for the paper + interactive mode makefileJonathan Protzenko2022-02-172-3/+5
* | Update the MakefileSon Ho2022-02-181-3/+4
|/
* Update the comments in Hashmap.Properties.fstiSon Ho2022-02-141-6/+23
* Make minor modificationsSon Ho2022-02-141-3/+4
* Make minor modificationsSon Ho2022-02-141-3/+4
* Add more comments and reveal in the .fsti a non-overloading lemma forSon Ho2022-02-142-28/+101
* Make minor modificationsSon Ho2022-02-141-1/+1
* Add a .fsti for Hashmap.PropertiesSon Ho2022-02-142-53/+296
* Make minor modifications and stabilize an arithmetic proofSon Ho2022-02-131-57/+9
* Make progress on map_sSon Ho2022-02-131-0/+6
* Start working on the specs we will reveal in the .fstiSon Ho2022-02-131-18/+78
* Make minor modificationsSon Ho2022-02-131-9/+20
* Add some commentsSon Ho2022-02-131-3/+12
* Do more cleaningSon Ho2022-02-131-147/+141
* Do more cleanupSon Ho2022-02-131-173/+132
* Do more cleanup and work on stabilizing an arithmetic proofSon Ho2022-02-131-42/+10
* Start cleaning upSon Ho2022-02-131-188/+20
* Prove the lemma [hash_map_is_assoc_list_lem]Son Ho2022-02-131-7/+148