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
I would be nice to have a fact that can group its children, always matches, and doesn't consume a node. Suppose we want to match sibling for loops somewhere in a function:
I would be nice to have a fact that can group its children, always matches, and doesn't consume a node. Suppose we want to match sibling for loops somewhere in a function:
If we used
go.element
instead ofgo.nomass
we wouldn't match for statements that are direct children of the function.The text was updated successfully, but these errors were encountered: