6 releases (stable)
2.2.0 | Oct 28, 2024 |
---|---|
2.1.0 | Dec 15, 2022 |
2.0.0 | Mar 10, 2022 |
1.0.0 | Feb 11, 2022 |
0.0.1 | Feb 8, 2022 |
#393 in Development tools
119 downloads per month
Used in antimony-lang
30KB
712 lines
QBE IR for Rust
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.