Start adding integer support for Luau
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
pub static RUNTIME: &str = include_str!("../runtime/runtime.lua");
|
||||
pub static RUNTIME: &str = concat!(
|
||||
"local I64 = (function() ",
|
||||
include_str!("../runtime/numeric.lua"),
|
||||
" end)()\n",
|
||||
include_str!("../runtime/runtime.lua")
|
||||
);
|
||||
|
||||
pub use translator::translate;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user