I want a function or macro to return executable code yielding syntax
preprocessing of binary trees. Because the Macro Processor seems to be
somewhat messy I though a regular function might be capable of doing the job.
e.g.
btree ('(("a", "b")("c", "d"))')
should be expanded to
array (array ("a", "b")
array ("c", "d")
How can I archieve this?
D. Alvarez Arribas <[EMAIL PROTECTED]>
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]