woodruffw / mollusc

Pure-Rust libraries for parsing, interpreting, and analyzing LLVM
MIT License
77 stars 6 forks source link

bitstream: refactor Scope into an enum #1

Closed woodruffw closed 3 years ago

woodruffw commented 3 years ago

This makes some of the error handling cleaner, and gives us some better crate-public APIs for interacting with scopes.