use std::path::Path;
use crate::{Mode, Result};
pub fn generate_ast(grammar_src: &Path, dst: &Path, mode: Mode) -> Result<()> {
Ok(())
}