B44ken/conv

brackets are wonky

Opened this issue · 0 comments

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?