----------------------------------------------------------- New Message on BDOTNET
----------------------------------------------------------- From: CleverTechSavvy Message 2 in Discussion Hi I don't xactly understand ur question. But what I understand is that u want to parse any type of complex expressions without making any errors and I also I presume that u will be having xpressions that are generated dynamically. If that is the case u can try the programs used for Converting prefix to postfix stuffs. The idea that these programs use is that each and every operator and the parentheses are given specific value depending on their order of precedence. Then we use a stack to store the operands and operators from the incoming expression and continue from there. Let me know if that helps >From: "ShrinivasInDotNet" <[EMAIL PROTECTED]> >Reply-To: "BDOTNET" <[EMAIL PROTECTED]> >To: "BDOTNET" <[EMAIL PROTECTED]> >Subject: Parser in C# >Date: Thu, 15 Jan 2004 03:53:42 -0800 > Free drafts to 700 locations. Click here. ----------------------------------------------------------- To stop getting this e-mail, or change how often it arrives, go to your E-mail Settings. http://groups.msn.com/BDotNet/_emailsettings.msnw Need help? If you've forgotten your password, please go to Passport Member Services. http://groups.msn.com/_passportredir.msnw?ppmprop=help For other questions or feedback, go to our Contact Us page. http://groups.msn.com/contact If you do not want to receive future e-mail from this MSN group, or if you received this message by mistake, please click the "Remove" link below. On the pre-addressed e-mail message that opens, simply click "Send". Your e-mail address will be deleted from this group's mailing list. mailto:[EMAIL PROTECTED]
