5 releases (3 stable)

2.1.0 Dec 15, 2022
2.0.0 Mar 10, 2022
1.0.0 Feb 11, 2022
0.1.0 Feb 9, 2022
0.0.1 Feb 8, 2022

#1055 in Development tools

Download history 15/week @ 2024-01-22 20/week @ 2024-02-19 20/week @ 2024-02-26 16/week @ 2024-03-04 18/week @ 2024-03-11 11/week @ 2024-03-18 21/week @ 2024-03-25

69 downloads per month
Used in antimony-lang

MIT/Apache

28KB
659 lines

QBE IR for Rust

docs Crates.io

https://c9x.me/compile/

This crate seeks to provide a Rust-y representation of QBE IR. It can be used for code generation of compilers. A way to parse existing IR is planned.

Getting Started

This crate is on crates.io, so you can simply add it as a dependency in your Cargo.toml and off you go.

If you don't know where to get started, check out the hello_world example in the examples/ directory.

Projects using this crate

This crate is used by the Antimony project. Check out the QBE generator to see how they are using it.

License

The qbe crate is distributed under either of

at your option.

No runtime deps