From your description, it sounds to me as if you have an XML representation of the Abstract Syntax Tree to execute your code, but it's hard to tell. You posted a wall of text, but no code. I'm not sure what part of it relates to the problem, but you have this one sentence:
It's just not fast enough....
Without showing us some code, we can't help you there except with general points. Do less work - don't work on the textual representation of your program, but preparse it into a data structure. Cache expressions instead of re-evaluating them every time. Create static output as files instead of creating the output with every page load.
In reply to Re: Too difficult for me...
by Corion
in thread Too difficult for me...
by simonodell
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |