Add ast module
This commit is contained in:
parent
53e756c517
commit
889cff56b3
1 changed files with 2 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue