previous | start | next

Using Mutual Recursion

Problem: to compute the value of arithmetic expressions such as

3 + 4 * 5
(3 + 4) * 5
1 - (2 - (3 - (4 - 5)))




previous | start | next