Earlier quoted context omitted.
You can't do anything like recursion.
I spent a while trying to parse this, and it doesn't make a lick of sense. Brainfuck is a classical example of a turing complete language that doesn't have a notion of functions. What does "recursion" mean here? Nothing, I think. So you don't need recursion for Turing completeness. Some people work on languages that support functions as first class objects, which don't natively support recursion. This is nice from a…
Obviously using a recursive descent parser is out but thats probably easy to work around right?
I could be wrong tho so don't base mission critical code on this without rigorous testing!