I would be very grateful if anyone could point me to a recursive descent parser for + - * / expressions.
I know that eval() is available, but I need to modify the parser to handle some special syntax that PHP's eval will not be able to handle.
Thanks again.
John