aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Jason Gross <jgross@mit.edu>2018-04-16 16:01:04 -0400
committerGravatar Jason Gross <jasongross9@gmail.com>2018-04-26 13:06:34 -0400
commit81fee638bf26bce5b63d110be579392e59eaf463 (patch)
tree471c69a3241353ee8ca62dfe057ce36506fc57e8 /Makefile
parentbda7d71da147903ba28a94616f035a72f8156ce1 (diff)
In reassocation, don't reassociate additions
It was serving no purpose, and was messing up the associativity of balance on sub. I believe it was originally there because I thought I had to handle 19 * (a * b + c * d) -> (19 * a) * b + (19 * c) * d, but this case doesn't show up, and so I never wrote the code to handle it, but also never removed the code to parse additions into lists (thereby losing associativity information).
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions