ladies and gentlemen, we have Luau running

This commit is contained in:
2024-12-28 23:22:30 -05:00
parent 03a5b064e5
commit c4559b8aa1
5 changed files with 102 additions and 51 deletions

View File

@ -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;