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