pub enum ParsedStatement { Script(Vec>), Namespace(String, Box), }