Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

My own Scripting language


Harris6310
 Share

Recommended Posts

I don't know for VB6, but lets say in C++ you could make your own custom set of commands in a text file, then create a parser for C++ using fstream or whatever you choose. Then those functions in your lang will parse to real functions in your source. To have a fully stand alone language, its best to start off with a wrapper of another.
Link to comment
Share on other sites

@Crank:

> I don't know for VB6, but lets say in C++ you could make your own custom set of commands in a text file, then create a parser for C++ using fstream or whatever you choose. Then those functions in your lang will parse to real functions in your source. To have a fully stand alone language, its best to start off with a wrapper of another.

sounds very complicated
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...