-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplan.txt
More file actions
69 lines (69 loc) · 1.79 KB
/
plan.txt
File metadata and controls
69 lines (69 loc) · 1.79 KB
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
65
66
67
68
69
+ [x] home
| [x] team
| [x] news
| [x] frontends
+-- [x] guides
| [x] remove required time
| [ ] add links to guides in structure pages
| +-- [x] building
| +-- [x] creating projects
| +-- [ ] nrvd (sign)
| +-- [ ] nrtd (static types)
| +-- [ ] value domain (equalities)
| +-- [ ] heap domain (type)
| +-- [ ] product (pentagon)
| +-- [ ] abstract domain (intervals)
| +-- [ ] callgraph (cha)
| +-- [ ] interproc (modular)
| +-- [ ] listener (logger)
| +-- [ ] output (dot dumper)
| +-- [ ] check (div by zero)
| +-- [ ] sem check (div by zero with intervals)
+-- [x] structure
| [ ] analysis pipeline
| [x] proj division
| [x] link to build
| +-- [x] lattices
| | [x] products
| +-- [x] symbolic expressions
| +-- [x] domains
| +-- [x] sad
| | +-- [x] lattices
| | +-- [x] components/oracle
| | +-- [x] nonrel
| | +-- [x] dataflow
| +-- [x] interproc
| | [x] var 4 ret/throw
| | [x] fixpoints
| | [x] optimizations
| | [x] scoping
| | +-- [x] callgraph
| +-- [x] instruction semantics
| +-- [x] checks
| +-- [x] events
| +-- [x] outputs
| | +-- [x] file manager
| +-- [x] statements and edges
| +-- [x] annotations
| +-- [x] cfgs
| | +-- [x] native cfgs
| +-- [x] units
| +-- [x] types
| | +-- [x] type system
| +-- [x] features
| | +-- [x] validation
| +-- [x] frontends
| | +-- [x] parsers
| | +-- [x] phases
| | +-- [x] libraries
| | +-- [x] overall workflow
+-- [x] configuration
| +-- [x] sketch creating and configuring lisa
| +-- [x] options
| +-- [x] implementations
| +-- [x] frontends available
+-- [x] IMP
+-- [x] resources
| +-- [x] releases
| +-- [x] papers
| +-- [x] javadoc