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
Currently, the syntax parser may return nil for some productions that had errors. Should always return a sensible node; maybe an error node (similar to what go/ast does).