#cretonne #reader #jit-compiler #cranelift #file #testing #cton

yanked cretonne-reader

Cretonne textual IR reader

Uses old Rust 2015

0.13.2 Jul 14, 2018
0.12.0 Jun 16, 2018
0.4.1 Mar 18, 2018

#3 in #cretonne

Apache-2.0

2MB
36K SLoC

Rust 27K SLoC // 0.1% comments Python 9K SLoC // 0.4% comments Shell 15 SLoC // 0.3% comments INI 4 SLoC

Cretonne has been renamed to Cranelift! For future versions, see the cranelift-reader crate.

This crate library supports reading .cton files. This functionality is needed for testing Cretonne, but is not essential for a JIT compiler.


lib.rs:

Cretonne file reader library.

The cretonne_reader library supports reading .cton files. This functionality is needed for testing Cretonne, but is not essential for a JIT compiler.

Dependencies

~2MB
~42K SLoC