diff --git a/src/main.rs b/src/main.rs index dd96a80..5fd8f69 100644 --- a/src/main.rs +++ b/src/main.rs @@ -2,6 +2,8 @@ use std::fs; use std::path::PathBuf; use clap::Parser; +mod ast; + #[derive(Parser)] #[command(author, version, about, long_about = None)] struct Args {