summaryrefslogtreecommitdiff
path: root/src/Interpreter.ml (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Add `can_end` in `abs` and use it for the return abs when generating theSon Ho2022-06-271-14/+29
* | 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
* 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
* Fix a small issue with the types of tuple values inSon Ho2022-02-041-0/+3
* Fix a mistake with the input symbolic values not being linked to theSon Ho2022-01-271-6/+20
* 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
* Make good progress on generating the symbolic AST for the backwardSon Ho2022-01-261-22/+90
* 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
* 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
* 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
* 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
* 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
* Update aproj to make AEndedProjLoans take an `aproj option` and add theSon Ho2022-01-141-1/+3
* Update the projectors to ignore values when they don't contain regionsSon Ho2022-01-131-1/+3
* Factorize initialize_symbolic_context_for_fun andSon Ho2022-01-071-28/+9
* Make more modifications to loggingSon Ho2022-01-071-2/+5
* Add an optional borrow identifier to AIgnoredMutBorrow, introduce theSon Ho2022-01-071-1/+14
* CleanupSon Ho2022-01-061-1/+0
* Make the symbolic, borrow, region and abstration counters global andSon Ho2022-01-061-8/+3
* Remove the symbolic_proj_comp def and make the set of ended regions aSon Ho2022-01-061-0/+1
* Fix another bugSon Ho2022-01-061-5/+5
* Make minor modificationsSon Ho2022-01-061-6/+8
* Fix minor bugsSon Ho2022-01-061-6/+3
* Implement tests for the symbolic interpreterSon Ho2022-01-061-18/+8
* Make good progress on implementing utilities to test symbolic executionSon Ho2022-01-061-22/+151
* Cleanup the dependencies a bitSon Ho2022-01-061-18/+0
* Move some definitions from Interpreter to InterpreterStatementsSon Ho2022-01-061-894/+1