7 lines
86 B
Rust
7 lines
86 B
Rust
|
use std::path::Path;
|
||
|
|
||
|
pub mod cli;
|
||
|
|
||
|
pub fn compile(source: &Path) {}
|
||
|
pub fn repl() {}
|