We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b950764 commit cef6692Copy full SHA for cef6692
src/components/operators.jl
@@ -1,4 +1,3 @@
1
-import Tokenize.Tokens: isoperator
2
precedence(op::Int) = op < Tokens.end_assignments ? AssignmentOp :
3
op < Tokens.end_pairarrow ? 2 :
4
op < Tokens.end_conditional ? ConditionalOp :
0 commit comments