Slides for 3xxx.
[libguestfs-talks.git] / 2020-frama-c / 3000-frama-c.html
diff --git a/2020-frama-c/3000-frama-c.html b/2020-frama-c/3000-frama-c.html
new file mode 100755 (executable)
index 0000000..e891690
--- /dev/null
@@ -0,0 +1,21 @@
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
+<link rel="stylesheet" href="style.css" type="text/css"/>
+<script src="code.js" type="text/javascript"></script>
+
+<h1>Frama-C</h1>
+
+<p>
+Frama-C &mdash; Framework for Static Analysis of the C language
+</p>
+
+<h2>Core</h2>
+
+<p>
+C source code &rarr; Abstract Syntax Tree
+</p>
+
+<h2>Plugins</h2>
+
+<p>
+Annotate syntax trees with static analysis.
+</p>