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 had a small use case in swift-format where I wanted to check the precedence of an operator relative to another one (swiftlang/swift-format#647).
Unfortunately there's no public API to do this from OperatorTable; the logic is inside PrecedenceGraph, which is internal. Can we have this API or something like it in public form?
The text was updated successfully, but these errors were encountered:
Description
I had a small use case in swift-format where I wanted to check the precedence of an operator relative to another one (swiftlang/swift-format#647).
Unfortunately there's no public API to do this from
OperatorTable
; the logic is insidePrecedenceGraph
, which is internal. Can we have this API or something like it in public form?The text was updated successfully, but these errors were encountered: