Skip to content

Commit 52369f0

Browse files
committed
README
1 parent 94f33f9 commit 52369f0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
About C Intermediate Language (CIL)
2-
===================================
2+
-----------------------------------
33

44
[CIL][] is a front-end for the C programming language that facilitates
55
program analysis and transformation. CIL will parse and typecheck a
@@ -8,20 +8,20 @@ program, and compile it into a simplified subset of C.
88
[CIL]: http://www.cs.berkeley.edu/~necula/cil/
99

1010
About Z3
11-
=============
11+
-------------
1212

1313
[Z3] is a state-of-the-art SMT solver by Microsoft Research.
1414
[Z3]: www.rise4fun.com/Z3
1515

1616
About MLton
17-
=============
17+
-------------
1818

1919
[MLton] is a whole-program optimising Standard ML compiler
2020
[MLton]: http://mlton.org/
2121

2222

2323
About Z3MLton
24-
==============
24+
--------------
2525

2626
Z3MLton is an extension for CIL that parses Z3 [C API] and generates
2727
MLton Foreign Function Interface ([MLFFI]) that enables MLton programs

0 commit comments

Comments
 (0)