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
|
9 years ago | |
---|---|---|
docs | 9 years ago | |
.gitignore | 9 years ago | |
LICENSE | 9 years ago | |
README.rst | 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.