index
:
aeneas
isabelle
aeneas rust verifier with a hacky Isabelle backend
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Interpreter.ml
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-11-30
Cleanup a bit Interpreter.ml
Son Ho
1
-20
/
+17
2021-11-30
Remove the vector type for the Id module
Son Ho
1
-140
/
+68
2021-11-30
Debug box_free
Son Ho
1
-61
/
+87
2021-11-30
Fix an issue
Son Ho
1
-15
/
+55
2021-11-30
Replace the env parameters/return types with eval_ctx in many functions
Son Ho
1
-163
/
+166
2021-11-30
Make minor modifications
Son Ho
1
-27
/
+71
2021-11-30
Fix another bug
Son Ho
1
-4
/
+10
2021-11-30
Fix more bugs
Son Ho
1
-7
/
+42
2021-11-30
Fix another bug
Son Ho
1
-1
/
+5
2021-11-30
Fix another bug
Son Ho
1
-1
/
+4
2021-11-30
Add more debugging facilities
Son Ho
1
-1
/
+10
2021-11-30
Fix another bug
Son Ho
1
-4
/
+8
2021-11-30
Debug some issues in the interpreter
Son Ho
1
-2
/
+24
2021-11-29
Debug some issues
Son Ho
1
-6
/
+13
2021-11-29
Start deriving formatters for debugging
Son Ho
1
-9
/
+21
2021-11-29
Fix a small mistake
Son Ho
1
-3
/
+1
2021-11-29
Improve formatting
Son Ho
1
-2
/
+2
2021-11-29
Start fixing bugs in the unit test evaluation
Son Ho
1
-1
/
+7
2021-11-29
Fix some issues, introduce debugging log in the interpreter
Son Ho
1
-1
/
+20
2021-11-29
Test the unit functions
Son Ho
1
-6
/
+6
2021-11-29
Start working logging and make progress on printing ASTs
Son Ho
1
-0
/
+1
2021-11-29
Cleanup a bit to remove the warnings
Son Ho
1
-11
/
+23
2021-11-26
Implement test_all_unit_functions
Son Ho
1
-5
/
+26
2021-11-26
Implement test_unit_function
Son Ho
1
-0
/
+32
2021-11-26
Implement box dereferencement (concrete interpreter)
Son Ho
1
-8
/
+42
2021-11-26
Make progress on evaluate_non_local_function_call
Son Ho
1
-21
/
+165
2021-11-26
Add some comments
Son Ho
1
-0
/
+10
2021-11-26
Implement eval_expression
Son Ho
1
-4
/
+72
2021-11-26
Make good progress on eval_local_function_call
Son Ho
1
-28
/
+114
2021-11-26
Update the way operands and assignments are evaluated
Son Ho
1
-114
/
+74
2021-11-26
Update the env definition to make the frames easier to manipulate
Son Ho
1
-14
/
+26
2021-11-25
Start working on eval_local_function_call
Son Ho
1
-11
/
+47
2021-11-25
Start working on function calls
Son Ho
1
-0
/
+23
2021-11-25
Finish the implementation of set_discriminant
Son Ho
1
-3
/
+10
2021-11-25
Implement the Adt case of set_discriminant
Son Ho
1
-5
/
+26
2021-11-25
Start working on set_discriminant and factorize a bit
Son Ho
1
-36
/
+88
2021-11-25
Implement the assertion case of eval_statement
Son Ho
1
-1
/
+7
2021-11-25
Implement the Drop case of eval_statement
Son Ho
1
-1
/
+6
2021-11-25
Make progress on eval_statement
Son Ho
1
-12
/
+12
2021-11-25
Implement the Assign case of eval_statement
Son Ho
1
-6
/
+75
2021-11-25
Replace `open Types` by `module T = Types` in Interpreter.ml
Son Ho
1
-89
/
+88
2021-11-25
Replace `open Values` with `module V = Values` in Interpreter
Son Ho
1
-384
/
+412
2021-11-25
Replace `open Expressions` by `module E = Expressions` in Interpreter.ml
Son Ho
1
-65
/
+67
2021-11-25
Replace `open Contexts` by `module C = Contexts` in Interpreter.ml
Son Ho
1
-138
/
+108
2021-11-25
Start working on eval_statement
Son Ho
1
-0
/
+20
2021-11-25
Implement the Aggregate branch of eval_rvalue
Son Ho
1
-12
/
+29
2021-11-25
Take care of warnings and fix some mistakes
Son Ho
1
-18
/
+23
2021-11-25
Start working on type substitution
Son Ho
1
-0
/
+2
2021-11-24
Make progress on eval_rvalue and update aggregate_kind
Son Ho
1
-14
/
+83
2021-11-24
Implement the discriminant case of eval_rvalue
Son Ho
1
-5
/
+21
[next]