qbe

Crates.ioqbe
lib.rsqbe
version2.5.1
created_at2022-02-08 21:12:43.5475+00
updated_at2025-09-08 09:46:18.232884+00
descriptionQBE IR for Rust
homepage
repositoryhttps://github.com/garritfra/qbe-rs
max_upload_size
id529320
size82,129
Garrit Franke (garritfra)

documentation

README

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.

Contributing

Contributions are welcome! Please see CONTRIBUTING.md for details on how to contribute to this project.

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.

Commit count: 97

cargo fmt