You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Syntax.Python.Parser module currently only exposes a parseFile function that returns a Maybe ModuleSpan, limiting its ability to report more detailed parsing errors. This limitation propagates to the parse function of the compiler, which combines parsing and compiling, too.