qbe

Crates.ioqbe
lib.rsqbe
version2.2.0
sourcesrc
created_at2022-02-08 21:12:43.5475
updated_at2024-10-28 08:52:10.758218
descriptionQBE IR for Rust
homepage
repositoryhttps://github.com/garritfra/qbe-rs
max_upload_size
id529320
size47,863
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.

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: 56

cargo fmt