forked from bedrocksystems/BRiCk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_CoqProject
64 lines (54 loc) · 1.56 KB
/
_CoqProject
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
-Q theories bedrock
# disable some warnings
-arg -w -arg -convert_concl_no_check
-arg -w -arg -ambiguous-paths
# Utility modules
theories/bytestring.v
theories/avl.v
theories/Util.v
theories/ChargeCompat.v
theories/ChargeUtil.v
theories/IrisBridge.v
# Syntax
theories/lang/cpp/syntax/names.v
theories/lang/cpp/syntax/types.v
theories/lang/cpp/syntax/expr.v
theories/lang/cpp/syntax/stmt.v
theories/lang/cpp/syntax/translation_unit.v
theories/lang/cpp/syntax/typing.v
theories/lang/cpp/ast.v
# Semantics
theories/lang/cpp/semantics/values.v
theories/lang/cpp/semantics/operator.v
theories/lang/cpp/semantics/sub_module.v
theories/lang/cpp/semantics.v
# Program Logic
theories/lang/cpp/logic/spec.v
theories/lang/cpp/logic/pred.v
theories/lang/cpp/logic/path_pred.v
theories/lang/cpp/logic/heap_pred.v
theories/lang/cpp/logic/intensional.v
theories/lang/cpp/logic/wp.v
theories/lang/cpp/logic/destroy.v
theories/lang/cpp/logic/destructors.v
theories/lang/cpp/logic/initializers.v
theories/lang/cpp/logic/call.v
theories/lang/cpp/logic/expr.v
theories/lang/cpp/logic/stmt.v
theories/lang/cpp/logic/func.v
theories/lang/cpp/logic/translation_unit.v
theories/lang/cpp/logic/cclogic.v
# ^^ This is probably going to be eliminated
theories/lang/cpp/logic/atomics.v
theories/lang/cpp/logic/layout.v
theories/lang/cpp/logic.v
# Notations
theories/lang/cpp/heap_notations.v
theories/lang/cpp/spec_notations.v
theories/lang/cpp/primitives.v
# Notations for cpp2v
theories/lang/cpp/parser.v
theories/lang/cpp/compile.v
theories/lang/cpp.v
# "soundness" proof
theories/lang/cpp/logic/simple_pred.v