pub fn parse(source: &str, filename: &str) -> Result<PythonAST>
Parse Python source code into AST
Returns an error if the Python code cannot be parsed