luaur-code-gen 0.1.0

Native (A64/X64) code generation for Luau (Rust).
Documentation
1
2
3
4
5
#[allow(non_snake_case)]
#[inline]
pub const fn OP_PLUS_REG(op: u8, reg: u8) -> u8 {
    op.wrapping_add(reg & 0x7)
}