Skip to content
This repository has been archived by the owner on Jun 9, 2021. It is now read-only.

Commit

Permalink
Add top-level README
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Tomb committed Jun 1, 2015
1 parent 897a604 commit 31a4cf9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
This repository contains the code for SAWCore, an intermediate
language for representing the semantics of software (and potentially
hardware). It provides support for constructing models in a
dependently-typed lambda-calculus, transforming those models using a
rewriting engine, concretely or symbolically interpreting those
models, and emitting them as input to various external theorem
provers.

Currently, the library supports generating AIG, CNF, and SMT-Lib
output.

0 comments on commit 31a4cf9

Please sign in to comment.