Implement type representation in Rust.

Start the Cretonne library as a Rust crate.
This commit is contained in:
Jakob Stoklund Olesen
2016-03-11 15:54:28 -08:00
parent 29cc36c8d9
commit 82e05bcbc9
4 changed files with 250 additions and 0 deletions

8
src/libcretonne/lib.rs Normal file
View File

@@ -0,0 +1,8 @@
//====--------------------------------------------------------------------------------------====//
//
// Cretonne code generation library.
//
//====--------------------------------------------------------------------------------------====//
mod types;