ladies and gentlemen, we have Luau running
This commit is contained in:
@ -1,10 +1,11 @@
|
||||
pub const VERSION: &str = env!("CARGO_PKG_VERSION");
|
||||
|
||||
pub mod shell;
|
||||
|
||||
mod commands;
|
||||
mod ps;
|
||||
mod rc;
|
||||
|
||||
#[path = "./luau/vm.rs"]
|
||||
mod vm;
|
||||
mod vm;
|
||||
#[path = "./luau/alias.rs"]
|
||||
mod alias;
|
Reference in New Issue
Block a user