A tiny wrapper compatible with "ast.parse" from the builtin "ast" module and "gast.parse" from the great "gast" package.
copied from cf-staging / frilouzThis package provides a single function "frilouz.parse", which returns a tuple of two elements, the parsed tree and a (possibly empty) list of Syntax errors during parsing.