garritfra / qbe-rs

QBE IR in natural Rust data structures
https://c9x.me/compile
Other
80 stars 7 forks source link

Remove `Qbe` prefix for types? #1

Closed icefoxen closed 2 years ago

icefoxen commented 2 years ago

This is a nitpick, but Rust has modules and so really doesn't need all its type names to be prefixed.

garritfra commented 2 years ago

That recently changed in this commit: b49d453bf5d2f130db4837b0d4c8f6d292b28325

garritfra commented 2 years ago

I will stage a release soon. Thanks for your suggestion!