summaryrefslogtreecommitdiff
path: root/src/Print.ml (follow)
Commit message (Expand)AuthorAgeFilesLines
* Address much stuff of the PR, throw exceptions at remaining placesSidney Congard2022-07-181-10/+13
* Merge branch 'main' of github.com:Kachoc/aeneas into constants-v2Sidney Congard2022-06-301-1/+1
|\
| * Make minor modificationsSon Ho2022-06-291-1/+1
* | concrete & symbolic evaluation work with new LLBC formatSidney Congard2022-06-211-41/+37
* | crude generation working - missing unit tests & special constants handlingSidney Congard2022-06-131-0/+1
* | read globals from LLBC JSON into functionsSidney Congard2022-06-081-6/+7
|/
* Treat integer casts in a general mannerSon Ho2022-05-151-1/+9
* Add AggregatedOptionSon Ho2022-05-151-3/+9
* Make minor modificationsSon Ho2022-05-101-7/+1
* Perform some renamingsSon Ho2022-05-011-17/+17
* Introduce the Abs expression and continue updating the codeSon Ho2022-04-261-2/+2
* Introduce the App expression, and make progress updating the codeSon Ho2022-04-261-1/+1
* Improve the generation of names for given back valuesSon Ho2022-04-211-1/+1
* Work on pretty namesSon Ho2022-04-211-1/+1
* Introduce mdplace to link meta information about the given back valuesSon Ho2022-04-201-1/+1
* Improve the generation of pretty names by correctly using theSon Ho2022-04-201-3/+2
* In fun_id rename the variant Local to RegularSon Ho2022-03-031-1/+1
* Make good progress on adding support for external and opaqueSon Ho2022-03-031-29/+44
* Rename CFIM to LLBCSon Ho2022-03-031-5/+5
* Add an Opaque variant to type_decl_kind and start updating the codeSon Ho2022-03-031-1/+2
* Update the name definition to use path_elemSon Ho2022-03-031-6/+8
* Move the names from Identifiers to NamesSon Ho2022-03-031-1/+1
* Rename TypeDef...,type_def...,FunDef,fun_def to ...Decl,...declSon Ho2022-03-031-79/+82
* Update the way function names are handledSon Ho2022-02-241-4/+10
* Improve pretty-printing of environments by filtering and grouping valuesSon Ho2022-02-231-3/+65
* Add support for "fused" match branchesSon Ho2022-02-221-4/+7
* Add an option to allow the presence of bottom values below borrowsSon Ho2022-02-081-0/+4
* Update some code in Print for OptionSon Ho2022-02-081-0/+10
* Implement pre-passes to update the AST before executing the interpreterSon Ho2022-02-081-1/+1
* Fix some issuesSon Ho2022-02-081-0/+5
* Start adding more assumed types and functionsSon Ho2022-02-081-6/+45
* Make the field names optional and make progress on ExtractToFStarSon Ho2022-01-291-7/+17
* Introduce AEndedSharedBorrow so as not to introduce ABottom whenSon Ho2022-01-271-0/+1
* Add some printing facilities to SymbolicToPureSon Ho2022-01-271-0/+50
* Fix various issuesSon Ho2022-01-261-2/+2
* Add a meta-value in SharedBorrow to carry the shared valueSon Ho2022-01-261-1/+1
* Start working on printing for symbolic ASTSon Ho2022-01-241-2/+2
* Update AProjLoans and AEndedProjLoans to take a list of given backSon Ho2022-01-211-6/+17
* Start storing meta-values in the avalues, for synthesis purposesSon Ho2022-01-191-4/+7
* Update type_context to have to have a type info field, use maps insteadSon Ho2022-01-181-20/+23
* Use the new collectionsSon Ho2022-01-151-5/+5
* Start working on Collections.mlSon Ho2022-01-151-1/+1
* Improve printing of symbolic values in abstractionsSon Ho2022-01-141-18/+16
* Implement greedy expansion of symbolic variables and expansion beforeSon Ho2022-01-141-10/+9
* Start working on greedy symbolic value expansion and expansion beforeSon Ho2022-01-141-9/+9
* Update aproj to make AEndedProjLoans take an `aproj option` and add theSon Ho2022-01-141-2/+6
* Introduce "AIgnore" for the avaluesSon Ho2022-01-131-0/+1
* Introduce ended borrow/loan projectors over symbolic valuesSon Ho2022-01-131-0/+2
* Update end_borrow to check if there are loans in borrowed valuesSon Ho2022-01-121-0/+19
* Introduce dummy variables and update assign_to_placeSon Ho2022-01-121-1/+3