rust skeleton

This commit is contained in:
Sebastian Hugentobler 2025-02-06 11:34:46 +01:00
parent 754713697d
commit 818816d16d
11 changed files with 710 additions and 1 deletions

6
rust/rox/src/lib.rs Normal file
View file

@ -0,0 +1,6 @@
use std::path::Path;
pub mod cli;
pub fn compile(source: &Path) {}
pub fn repl() {}