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 have been considering these as a supplement to the inside keyword, by having it Work in a way similar to outer_keyword. That is instead of specifying in which "subtree" The region of interest lies, to specify how deeply nested it actually is. For example
function(something(nice(check(data))))
inner 1 argument 1 should select
nice(check(data))
inner 2 argument 1 should select
check(data)
etc... if a plain inner is used, then the behavior should be to select the innermost one.
Nonetheless, these can be Not trivial In how tie-breaking and adjective_decoding should take place
The text was updated successfully, but these errors were encountered:
I have been considering these as a supplement to the inside keyword, by having it Work in a way similar to outer_keyword. That is instead of specifying in which "subtree" The region of interest lies, to specify how deeply nested it actually is. For example
inner 1 argument 1
should selectinner 2 argument 1
should selectetc... if a plain inner is used, then the behavior should be to select the innermost one.
Nonetheless, these can be Not trivial In how tie-breaking and adjective_decoding should take place
The text was updated successfully, but these errors were encountered: