use crate::ast::*; pub fn resolve_scopes(ast: &mut AST) -> Result<(), String> { println!("Resolving scopes - nothing so far!"); Ok(()) }