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
/
Pure.ml
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-01-28
Implement visitors for Pure.expression and make minor modifications
Son Ho
1
-0
/
+67
2022-01-28
Remove the Aggregated variant from SymbolicAst.meta as it is included in
Son Ho
1
-3
/
+1
2022-01-28
Generate meta-information for the assignments
Son Ho
1
-0
/
+6
2022-01-27
Add mplace information in Pure.ml
Son Ho
1
-4
/
+16
2022-01-27
Add a "basename" field in Pure.var
Son Ho
1
-6
/
+9
2022-01-27
Make minor modifications
Son Ho
1
-1
/
+6
2022-01-27
Add more printing facilities and fix minor bugs
Son Ho
1
-0
/
+1
2022-01-27
Implement PrintPure.typed_rvalue_to_string
Son Ho
1
-1
/
+7
2022-01-27
Implement PrintPure.typed_lvalue_to_string
Son Ho
1
-1
/
+3
2022-01-27
Start working on PrintPure.ml
Son Ho
1
-1
/
+1
2022-01-27
Add a list of input variables to Pure.fun_def
Son Ho
1
-0
/
+1
2022-01-27
Implement the backward case of translate_return
Son Ho
1
-9
/
+0
2022-01-26
Make progress on translation
Son Ho
1
-2
/
+19
2022-01-26
Implement sanity checks to check the types of the input/output arguments
Son Ho
1
-3
/
+28
2022-01-26
Cleanup a bit
Son Ho
1
-4
/
+4
2022-01-26
Implement SymbolicToPure.typed_avalue_to_given_back
Son Ho
1
-1
/
+2
2022-01-25
Start working on translate_typed_value_to_rvalue
Son Ho
1
-12
/
+1
2022-01-25
Finish implementing SymbolicToPure.translate_end_abstraction
Son Ho
1
-2
/
+2
2022-01-25
Introduce lvalues and rvalues in Pure.ml
Son Ho
1
-23
/
+30
2022-01-25
Make progress on SymbolicToPure.translate_end_abstraction
Son Ho
1
-2
/
+6
2022-01-25
Make good progress on SymbolicToPure.translate_expansion
Son Ho
1
-7
/
+19
2022-01-25
Implement SymbolicToPure.translate_fun_sig
Son Ho
1
-13
/
+75
2022-01-24
Start working on translation of the type definitions
Son Ho
1
-0
/
+19
2022-01-19
Start working on Pure.ml
Son Ho
1
-0
/
+103