In the branch 'trampolining', I made an attempt to allow for more recursion through a technique called 'trampolining'. Unfortunately, due to the borrow checker, I was unsuccessful. If anyone else wants to try and implement this, that would be appreciated. Again, my work for trampolining is found in the branch 'trampolining'.
In the branch 'trampolining', I made an attempt to allow for more recursion through a technique called 'trampolining'. Unfortunately, due to the borrow checker, I was unsuccessful. If anyone else wants to try and implement this, that would be appreciated. Again, my work for trampolining is found in the branch 'trampolining'.