lshifr / CodeFormatter

A pretty-printer for Mathematica language, working on the box level
Other
33 stars 7 forks source link

Disappearance of @ and // #1

Open scdevries opened 12 years ago

scdevries commented 12 years ago

f@x and x//f are replaced with f[x], which although equivalent may not what one wants to see

jacobakkerboom commented 11 years ago

Same goes for infix notation. a~b~c -> b[a,c]

asukaminato0721 commented 1 year ago
f@x
f @ x
x//f
x // f
a~b~c
a ~ b ~ c

by

https://github.com/WolframResearch/codeformatter