1 2 3 4 5 6 7
pub mod builtins; pub mod command; pub mod env; pub mod executor; pub mod registry; pub use slash_lang::parser;