luaur-bytecode 0.1.1

Luau bytecode format and builder (Rust).
Documentation
1
2
3
4
#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)]
pub enum BcBlockFlag {
    Dead = 1 << 0,
}