forked from souffle-lang/souffle-lang.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
37 lines (36 loc) · 1.11 KB
/
index.html
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
---
title: Soufflé
layout: default
overview: true
keywords: homepage
permalink: index.html
sidebar: docs_sidebar
---
<section class="intro">
<div class="grid">
<div class="unit whole center-on-mobiles">
<img src="img/logo-2x.png">
<p class="first"><h1>Logic Defined Static Analysis.</h1></p>
</div>
</div>
</section>
<section class="features">
<div class="grid-container">
<div class="grid-item">
<h2>Language</h2>
<p>
Rapid-prototyping for <em>your analysis problems</em> with logic;
enabling deep design-space explorations;
designed for large-scale static analysis; e.g., points-to analysis for Java, taint-analysis, security checks.
</p>
<a href="/docs.html">Program Soufflé →</a>
</div>
<div class="grid-item">
<h2>Synthesis of Logic</h2>
<p> Futamura projections/partial evaluation for effective translation to parallel C++; optimized staged compilation; specialized data-structures for logical relations.
</p>
<a href="/translate">How Soufflé works →</a>
</div>
<div class="clear"></div>
</div>
</section>