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