Results 1 to 5 of 5

Thread: [RESOLVED] Need Help On Project.

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Aug 2002
    Location
    UK
    Posts
    417

    Resolved [RESOLVED] Need Help On Project.

    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
    Last edited by dreamvb; Jan 13th, 2006 at 02:43 PM.
    When your dreams come true.
    On error resume pulling hair out.

  2. #2

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Aug 2002
    Location
    UK
    Posts
    417

    Re: Need Help On Project.

    That not really what I am looking for. using the MS control is not really an option for what i need.

    Thanks anyway.
    When your dreams come true.
    On error resume pulling hair out.

  4. #4

    Thread Starter
    Hyperactive Member
    Join Date
    Aug 2002
    Location
    UK
    Posts
    417

    Re: Need Help On Project.

    Has anyone else got any info on this question.
    When your dreams come true.
    On error resume pulling hair out.

  5. #5

    Thread Starter
    Hyperactive Member
    Join Date
    Aug 2002
    Location
    UK
    Posts
    417

    Re: Need Help On Project.

    I Fixed it now.
    thanks anyway
    When your dreams come true.
    On error resume pulling hair out.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width