Results 1 to 40 of 45

Thread: Script Engine - VB.NET Based

Threaded View

  1. #1

    Thread Starter
    Member
    Join Date
    May 2012
    Posts
    57

    Script Engine - VB.NET Based

    I recently came to the experience that there are a few real good script engines done VB.NET so i made up my mind and started to code my own engine wich had all the features i liked most seen from the VSA class method or the old MSScript.
    With all that in mind, maybe some of you seen the script engine of mIRC and i really like its simplicity and how high its tolerance level was on performing tasks.

    So far im done with the following:

    - Basic parser (Such as if-else-end or while-loops)
    - Evaluating variables and identifiers
    - Custom events
    - Object binding (Expose you components to the engine)
    - Custom DLL loading (Use external dll functions for tasks like the plugin idea)

    editted, making changes.

    At this point the engine does what i want on a few things i want to make more complex like local variables , now i have a global variable system and
    a better if-then parser , this one does the job but cannot handle a second if-statement while being in one.

    Maybe you guys have suggestion for me.

    Sincerly Barret,
    Last edited by TheBarret; May 10th, 2012 at 10:07 AM.

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