pub fn generate_ast_mod(
    text: &str,
    specs: &Specs<'_>,
    config: &Config<'_>
) -> Result<TokenStream>