Add ast module

This commit is contained in:
Akemi Izuko 2023-11-16 02:15:57 -07:00
parent 53e756c517
commit 889cff56b3
Signed by: akemi
GPG key ID: 8DE0764E1809E9FC

View file

@ -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 {