File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
About C Intermediate Language (CIL)
2
- ===================================
2
+ -----------------------------------
3
3
4
4
[ CIL] [ ] is a front-end for the C programming language that facilitates
5
5
program analysis and transformation. CIL will parse and typecheck a
@@ -8,20 +8,20 @@ program, and compile it into a simplified subset of C.
8
8
[ CIL ] : http://www.cs.berkeley.edu/~necula/cil/
9
9
10
10
About Z3
11
- =============
11
+ -------------
12
12
13
13
[ Z3] is a state-of-the-art SMT solver by Microsoft Research.
14
14
[ Z3 ] : www.rise4fun.com/Z3
15
15
16
16
About MLton
17
- =============
17
+ -------------
18
18
19
19
[ MLton] is a whole-program optimising Standard ML compiler
20
20
[ MLton ] : http://mlton.org/
21
21
22
22
23
23
About Z3MLton
24
- ==============
24
+ --------------
25
25
26
26
Z3MLton is an extension for CIL that parses Z3 [ C API] and generates
27
27
MLton Foreign Function Interface ([ MLFFI] ) that enables MLton programs
You can’t perform that action at this time.
0 commit comments