use std::path::Path; pub mod cli; pub fn compile(source: &Path) {} pub fn repl() {}