summaryrefslogtreecommitdiff
path: root/src/Print.ml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | to the information about the input arguments
* Improve the generation of pretty names by correctly using theSon Ho2022-04-201-3/+2
| | | | left constraints
* 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
| | | | declarations
* 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
| | | | which don't need to be printed
* 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
| | | | ending shared aborrows
* 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
| | | | values
* 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
| | | | of lists to store the types/functions definitions
* 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
| | | | copy
* Start working on greedy symbolic value expansion and expansion beforeSon Ho2022-01-141-9/+9
| | | | assignment
* Update aproj to make AEndedProjLoans take an `aproj option` and add theSon Ho2022-01-141-2/+6
| | | | AIgnoredProjBorrows variant
* 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
|
* Add an optional borrow identifier to AIgnoredMutBorrow, introduce theSon Ho2022-01-071-2/+15
| | | | AEndedIgnoredMutBorrow variant and fix a couple of bugs
* Improve logging and introduce eval_operands_prepareSon Ho2022-01-071-1/+7
|
* Remove the symbolic_proj_comp def and make the set of ended regions aSon Ho2022-01-061-8/+4
| | | | field in the eval_ctx struct
* Fix some bugsSon Ho2022-01-061-0/+4
|
* Make minor improvements to printingSon Ho2022-01-061-8/+13
|
* Fix some printing issuesSon Ho2022-01-061-2/+2
|