Results 1 to 4 of 4

Thread: Language Parser

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Jun 2001
    Location
    USA
    Posts
    1,026

    Language Parser

    Hello Friends,

    A buddy and I recently decided that we would attempt to write a sort of computer language that used a VB interface to accept the code and then parse and run it behind the scenes...

    What we would basically need is to have the user input (probably into a multi-line textbox) to be parsed and then translated into actually vb code and then ran.

    From what I have been able to figure out, the actual running of the code will be linear and will probably be function/sub based.

    Any help or direction that you all can give me would be awesome (tutorials, websites)...

    Oh, one more thing... We will probably want to eventually have these scripts be compiled into a standalone executable...

    Is this possible to do in VB?

    Thanks,

    Squirrelly1
    Now happily married and still crankin' away at the keyboard. Life is grand for a coder, no?

  2. #2
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    This should help you figure out some important steps . It's in C# but easy to follow .http://www.codeproject.com/info/sear...d=7%2F6%2F2004
    Luck .

  3. #3

    Thread Starter
    Frenzied Member
    Join Date
    Jun 2001
    Location
    USA
    Posts
    1,026
    Thanks Pirate,

    I took a look at it and it might be exactly what I need if you would answer a quick question...

    Can you try and get it to work lol... I tried porting it over to VB... I can get it to compile w/o any errors, but beyond that is hopeless...

    Thanks,,

    Squirrelly1
    Now happily married and still crankin' away at the keyboard. Life is grand for a coder, no?

  4. #4
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    I didn't try the code but I think you need to spend more time to uncover secrets... . Start by simple stuff and develop it till you get your goal .

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