Fatemeh Behjati <[EMAIL PROTECTED]> wrote: > i have a prefix string as input and it must be converted into its equivalent > postfix string.
Repeating my question: Did you google for LR Parser? You have your problem statement, fine. What attempts have you made so far to solve this other than asking this group? Or is your problem you have no idea where and how to start? > On 10/18/07, Fatemeh Behjati <[EMAIL PROTECTED] co.uk> wrote: > > i meant not using infix notation during convertion. > > i found this link contains a C++ code for this problem: > http://www.sourceco desworld. com/source/ show.asp? ScriptID= 664 , but the > code is not completed. > > You still haven't described what the problem is... are you talking > about parsing code? What is the expected input and output of your > program? > > -- Brett
