Cretonne README and LICENSE.

This commit is contained in:
Jakob Olesen
2016-01-12 16:34:47 -08:00
commit 399be07fcf
2 changed files with 211 additions and 0 deletions

9
README.rst Normal file
View File

@@ -0,0 +1,9 @@
=======================
Cretonne Code Generator
=======================
Cretonne is a low-level retargetable code generator. It translates a
target-independent intermediate language into executable machine code. Cretonne
aims to generate code that behaves identically on different target
architectures, and that can be executed safely in a sandbox.