With v. 0.15 and also the live web demo: (1/2 + (1/2)) yields: Error: TypeError: Cannot set property 'matching' of undefined (1/2 + 1/2) works fine. I assume the extra parentheses should still be valid.
With v. 0.15 and also the live web demo:
(1/2 + (1/2))
yields:
Error: TypeError: Cannot set property 'matching' of undefined
(1/2 + 1/2)
works fine. I assume the extra parentheses should still be valid.