summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #108 from AeneasVerif/son/ext-namesSon HO2024-04-042-4/+1
|\ | | | | Update the initial configuration
| * Update the initial configurationSon Ho2024-04-032-4/+1
| |
* | Merge pull request #107 from AeneasVerif/son/makefileSon HO2024-04-031-1/+1
|\ \ | |/ |/| Improve the Makefile
| * Remove the check for CHARON_HOMESon Ho2024-04-031-4/+0
| |
| * Improve the MakefileSon Ho2024-04-031-1/+5
|/
* Merge pull request #95 from AeneasVerif/escherichia/errorsSon HO2024-03-2951-3082/+4200
|\ | | | | Escherichia/errors
| * Cleanup and fix a mistakeSon Ho2024-03-2913-194/+172
| |
| * Add an error messageSon Ho2024-03-291-3/+1
| |
| * Add some error messagesSon Ho2024-03-298-25/+29
| |
| * Add some missing error messagesSon Ho2024-03-293-9/+6
| |
| * Improve the error messagesSon Ho2024-03-293-6/+18
| |
| * Cleanup a bitSon Ho2024-03-294-55/+31
| |
| * formatting and changed save_error condition for failing from b to not bEscherichia2024-03-2930-181/+468
| |
| * added file and line arg to craise, cassert and all related functionsEscherichia2024-03-291-3/+3
| |
| * added file and line arg to craise and cassertEscherichia2024-03-2936-928/+929
| |
| * Make a minor modificationSon Ho2024-03-291-1/+4
| |
| * Improve the error messagesSon Ho2024-03-293-17/+35
| |
| * Fix an issueSon Ho2024-03-281-1/+1
| |
| * Revert some changes which shouldn't be hereSon Ho2024-03-281-6/+5
| |
| * Update the format rule in the MakefileSon Ho2024-03-281-1/+1
| |
| * formattingEscherichia2024-03-2843-1435/+2155
| |
| * Update the nix flakeSon Ho2024-03-281-15/+15
| |
| * changes after git rebase mainEscherichia2024-03-2811-41/+50
| |
| * Should answer all comments, there are still some TODO: error message leftEscherichia2024-03-2837-877/+882
| |
| * Added sanity_check and sanity_check_opt_meta helpers and changed sanity ↵Escherichia2024-03-2823-108/+113
| | | | | | | | checks related cassert to these helpers to have a proper error message
| * changes to extract_ty and related functions to use the right metaEscherichia2024-03-284-60/+52
| |
| * added a meta option field to norm_ctx and changed the meta used by some ↵Escherichia2024-03-288-38/+35
| | | | | | | | assert to the norm_ctx one
| * Inverted meta and config argument orders (from meta -> config to config -> meta)Escherichia2024-03-2820-303/+303
| |
| * Replaced some unclear TODOs error message placeholder by clearer TODOs, they ↵Escherichia2024-03-284-36/+36
| | | | | | | | were forgotten before last push
| * Still need to fill the TODO: error message and check some meta but it buildsEscherichia2024-03-2810-178/+186
| |
| * WIP: translate.ml and extract.ml do not compile. Some assert left to do and ↵Escherichia2024-03-2845-1885/+1947
| | | | | | | | we need to see how translate_crate can give meta to the functions it calls
| * WIP: does not compile yet because we need to propagate the meta variable.Escherichia2024-03-2811-223/+226
| |
| * WIP Beginning working on better errors: began replacing raise (Failure) and ↵Escherichia2024-03-2815-1032/+1076
| | | | | | | | assert by craise and cassert. Does not compile yet, still need to propagate the meta variable where it's relevant
* | Merge pull request #94 from RaitoBezarius/nixSon HO2024-03-292-0/+10
|\ \ | |/ |/| nix: some improvements with first installation
| * project(installation): provide a default shell for `aeneas`Ryan Lahfa2024-03-211-0/+9
| | | | | | | | | | | | | | This makes it easy to run `make build` and `make test` without figuring anything about the dependencies. Signed-off-by: Ryan Lahfa <ryan.lahfa@inria.fr>
| * shell(ux): enter into the default devshell via nix-direnvRyan Lahfa2024-03-211-0/+1
| | | | | | | | | | | | | | | | This makes the switch into Aeneas' development environment "seamless" for direnv users. https://direnv.net/ https://github.com/nix-community/nix-direnv Signed-off-by: Ryan Lahfa <ryan.lahfa@inria.fr>
* | Merge pull request #96 from RaitoBezarius/bump-leanSon HO2024-03-252-2/+2
|\ \ | |/ |/| backend(/tests)/lean: 4.6.0-rc1 → 4.6.1
| * backend(/tests)/lean: 4.6.0-rc1 → 4.6.1Ryan Lahfa2024-03-252-2/+2
|/ | | | | | 4.6.0 has been released in https://github.com/leanprover/lean4/releases/tag/v4.6.0 Signed-off-by: Ryan Lahfa <ryan.lahfa@inria.fr>
* Merge pull request #93 from AeneasVerif/son/examplesSon HO2024-03-2045-711/+846
|\ | | | | Add some examples and improve the shape of the generated code
| * Merge remote-tracking branch 'origin/main' into son/examplesSon Ho2024-03-201-3/+7
| |\ | |/ |/|
* | Merge pull request #90 from AeneasVerif/son/makefileSon HO2024-03-202-9/+13
|\ \ | | | | | | Update the Makefile to automatically reformat the code
| * | Change the tests target to testSon Ho2024-03-112-6/+6
| | |
| * | Update the Makefile to automatically reformat the codeSon Ho2024-03-111-3/+7
| | |
| | * Update the MakefileSon Ho2024-03-202-8/+8
| | |
| | * Update the flake.lockSon Ho2024-03-201-15/+15
| | |
| | * Regenerate the codeSon Ho2024-03-2029-454/+431
| | |
| | * Improve the generation of pretty name and the micro passesSon Ho2024-03-208-30/+144
| | |
| | * Regenerate the testsSon Ho2024-03-1922-188/+80
| | |
| | * Improve the pure micro passesSon Ho2024-03-192-8/+64
| | |
| | * Update the demoSon Ho2024-03-194-30/+126
| |/ |/|