Hi all,
I am building a small Recursive Decent Parsing project to evaluate math expressions. Anyway today I decided to try and add better variable support. While doing this I found a small problem evaluating math expressions such as (5 > 5) note the expression is inside the brackets.
I can evaluate most expressions like 5 + 5 or (5 + 5) * 3 and so on. It just when I try to evaluate expressions when using Relational operators inside the brackets. I now been working on this project for about 2 weeks now. And have been pulling my hair out for over two hours today trying to think were i might have gone wrong.
Anyway I was wondering can someone please have a look at my code and see what I am doing wrong. I will be very grateful for any help you provide.
Thanks.
o PS your all welcome to use my code in your own projects as you want.
Links to my source VB6
http://eraystudios.com/uploads/VB/Ex.../lex/lex3b.zip


Reply With Quote
