luaur-vm 0.1.2

The Luau register virtual machine and standard library (Rust).
Documentation
1
2
3
use crate::macros::maxbits::MAXBITS;

pub const MAXSIZE: i32 = 1 << MAXBITS;