Hello,
I want to add scripting to my application. By scripting I mean
that the user of my application could write a script ( code) and guide the
way that my application is doing things.
The script should support programming structures such as if then else,
while, for, and variable assignment and also functions. The user may write
code to call functions in my code or in the DLLs that I am writing. In this
way user can control what they wanted to do by writing a script. My
requirement is very similar to VBA in office.
Can I use VB scripting? If yes, where can I find how I can add its
capability into my application? Is there any tutorial on a sample
application that show me how I can do this?
Is there any support for such scripting in Windows that I can use with MSVC?
I know that I can write use YACC and LEX or their variant tot build a new
grammar but I prefer that I use a well know scripting language.
Best regards