summaryrefslogtreecommitdiff
path: root/src/Interpreter.ml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Reorganize a bit the projectSon Ho2022-10-271-396/+0
|
* Update the code documentation to fix links and syntax issuesSon Ho2022-10-261-3/+3
|
* Rename Modules to CratesSon Ho2022-10-131-15/+16
|
* Make minor cleanupSon Ho2022-09-221-22/+30
|
* Create global declaration group, address PR changes but introduce bugsSidney Congard2022-07-291-2/+2
|
* Address much stuff of the PR, throw exceptions at remaining placesSidney Congard2022-07-181-18/+26
|
* Merge branch 'main' of github.com:Kachoc/aeneas into constants-v2Sidney Congard2022-06-301-14/+29
|\ | | | | | | Complete the constants extraction by making all functions fail
| * Add `can_end` in `abs` and use it for the return abs when generating theSon Ho2022-06-271-14/+29
| | | | | | | | backward functions
* | concrete & symbolic evaluation work with new LLBC formatSidney Congard2022-06-211-4/+3
| |
* | read globals from LLBC JSON into functionsSidney Congard2022-06-081-2/+3
|/
* Make good progress on adding support for external and opaqueSon Ho2022-03-031-14/+28
| | | | declarations
* Rename CFIM to LLBCSon Ho2022-03-031-7/+7
|
* Rename TypeDef...,type_def...,FunDef,fun_def to ...Decl,...declSon Ho2022-03-031-17/+17
|
* Update the way function names are handledSon Ho2022-02-241-4/+4
|
* Make the interpreter pop the frame after executing a function body (forSon Ho2022-02-221-11/+14
| | | | testing or synthesis purposes)
* Fix a small issue with the types of tuple values inSon Ho2022-02-041-0/+3
| | | | typed_avalue_to_{given_back,consumed}
* Fix a mistake with the input symbolic values not being linked to theSon Ho2022-01-271-6/+20
| | | | input variables when translating ASTs from symbolic to pure
* Cleanup a bit by removing useless `open`Son Ho2022-01-271-1/+0
|
* Change the signatures of several functions in Interpreter.mlSon Ho2022-01-271-18/+20
|
* Introduce Contexts.fun_contextSon Ho2022-01-271-5/+11
|
* Start working on TranslateSon Ho2022-01-271-4/+3
|
* Start actually generating symbolic ASTs for the backward functionsSon Ho2022-01-261-6/+14
|
* Make more progress on generating the symbolic AST for the backwardSon Ho2022-01-261-4/+4
| | | | functions
* Make good progress on generating the symbolic AST for the backwardSon Ho2022-01-261-22/+90
| | | | functions
* Make progress on translationSon Ho2022-01-261-20/+63
|
* Make progress on translationSon Ho2022-01-261-84/+78
|
* Do a minor cleanupSon Ho2022-01-261-11/+0
|
* Cleanup a bitSon Ho2022-01-261-1/+1
|
* Use the signatures in Assumed.ml in InterpreterStatements and remove theSon Ho2022-01-261-1/+1
| | | | functions which return instantiated signatures for the assumed functions
* Add some sanity checks and commentsSon Ho2022-01-261-2/+2
|
* Start working on translate_end_abstractionSon Ho2022-01-251-1/+1
|
* Implement SymbolicToPure.translate_fun_sigSon Ho2022-01-251-7/+9
|
* Finish updating the calls to the synthesis functions to generate theSon Ho2022-01-211-1/+3
| | | | symbolic AST
* Update InterpreterSon Ho2022-01-201-15/+32
|
* Update type_context to have to have a type info field, use maps insteadSon Ho2022-01-181-2/+7
| | | | of lists to store the types/functions definitions
* Introduce abs_kind, to keep track of abstractions' originsSon Ho2022-01-151-1/+1
|
* Add sv_kind ("symbolic value kind") to track the origin of the symbolicSon Ho2022-01-151-1/+3
| | | | values
* Start working on Collections.mlSon Ho2022-01-151-6/+1
|
* Start working on greedy symbolic value expansion and expansion beforeSon Ho2022-01-141-30/+31
| | | | assignment
* Update aproj to make AEndedProjLoans take an `aproj option` and add theSon Ho2022-01-141-1/+3
| | | | AIgnoredProjBorrows variant
* Update the projectors to ignore values when they don't contain regionsSon Ho2022-01-131-1/+3
| | | | of interest
* Factorize initialize_symbolic_context_for_fun andSon Ho2022-01-071-28/+9
| | | | eval_function_call_symbolic_from_inst_sig and make minor modifications
* Make more modifications to loggingSon Ho2022-01-071-2/+5
|
* Add an optional borrow identifier to AIgnoredMutBorrow, introduce theSon Ho2022-01-071-1/+14
| | | | AEndedIgnoredMutBorrow variant and fix a couple of bugs
* CleanupSon Ho2022-01-061-1/+0
|
* Make the symbolic, borrow, region and abstration counters global andSon Ho2022-01-061-8/+3
| | | | stateful
* Remove the symbolic_proj_comp def and make the set of ended regions aSon Ho2022-01-061-0/+1
| | | | field in the eval_ctx struct
* Fix another bugSon Ho2022-01-061-5/+5
|
* Make minor modificationsSon Ho2022-01-061-6/+8
|
* Fix minor bugsSon Ho2022-01-061-6/+3
|