Open curran opened 8 years ago
Perhaps better as A/(B+C/D+E)
. Then we can use order of operations from math!
A+B
Means that A is to the left of B.A/B
Means that A is on top of B.Started on this work https://bl.ocks.org/curran/aa1a9b08f246d4cbd0317b0229a21a72
(A-(B|(C-D)|E))
represents the same thing as