averycrespi / yolk

Numerical computing for Yolol
https://yolk.crespi.dev
Apache License 2.0
1 stars 0 forks source link

Missing parens in formatter #74

Closed averycrespi closed 5 years ago

averycrespi commented 5 years ago
import a
b = a and (a and a)

produces b=a and a and a, but should produce b=a and(a and a)

Use associativity instead of commutativity for bracket choices in formatter