You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Jakob Stoklund Olesen ec7d65d8f1 Clean up the list of operations somewhat. 9 years ago
docs Clean up the list of operations somewhat. 9 years ago
.gitignore Add a Cretonne domain for Sphinx. 9 years ago
LICENSE Cretonne README and LICENSE. 9 years ago
README.rst Cretonne README and LICENSE. 9 years ago

README.rst

=======================
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.