Arc Forumnew | comments | leaders | submitlogin
1 point by akkartik 4222 days ago | link | parent

Yeah. I never treat an op as infix if it has whitespace on just one side.

There is one ugly special-case here:

  f.-1   ; => (f -1)
http://github.com/akkartik/wart/blob/8211614d63/014infix.cc#...