luaur-compiler 0.1.2

Luau source-to-bytecode compiler (Rust).
Documentation
1
2
3
4
5
use crate::records::constant::Constant;

pub(crate) fn cvar() -> Constant {
    Constant::default()
}