rust skeleton
This commit is contained in:
parent
754713697d
commit
818816d16d
11 changed files with 710 additions and 1 deletions
6
rust/rox/src/lib.rs
Normal file
6
rust/rox/src/lib.rs
Normal file
|
@ -0,0 +1,6 @@
|
|||
use std::path::Path;
|
||||
|
||||
pub mod cli;
|
||||
|
||||
pub fn compile(source: &Path) {}
|
||||
pub fn repl() {}
|
Loading…
Add table
Add a link
Reference in a new issue