luaur-code-gen 0.1.3

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