Is there any way to make custom binary infix operators right associative?

I believe every operator listed as prec-arrow or prec-power in https://github.com/JuliaLang/julia/blob/master/src/julia-parser.scm is right-associative.

4 Likes