brackets are wonky
Opened this issue · 0 comments
B44ken commented
the bracket solving algorithm just iteratively pulls the first (
and )
which leads to garbage, especially when they're nested
- add failing tests:
(( 7 ))
,((3 * 3) - 2) / 2
- recursion?