|
-
May 14th, 2014, 08:45 PM
#1
Thread Starter
Banned
Making a programming language in Visual Basic 6.0
-
May 15th, 2014, 10:43 AM
#2
Re: Making a programming language in Visual Basic 6.0
The company I used to work for had their own scripting language and the compiler was written in VB3. When I started working for them I rewrote it in VB5.
The language allowed you to write apps for mobile devices with DR Dos as an OS. Not really that big a deal that it was done in VB as it still needed an interpreter which of course had to be written in C++
-
May 15th, 2014, 12:40 PM
#3
Thread Starter
Banned
Re: Making a programming language in Visual Basic 6.0
 Originally Posted by DataMiser
The company I used to work for had their own scripting language and the compiler was written in VB3. When I started working for them I rewrote it in VB5.
The language allowed you to write apps for mobile devices with DR Dos as an OS. Not really that big a deal that it was done in VB as it still needed an interpreter which of course had to be written in C++
When I started looking I was surprised by the number of open source projects on this subject. I stopped at one point that I was tired to Copy/Paste the links 
Do you still have the source code for that scripting language ?
-
May 15th, 2014, 12:43 PM
#4
Re: Making a programming language in Visual Basic 6.0
Yes but it is part of a commercial product
We also created an extended VBA scripting language and two IDEs for the product.
-
May 15th, 2014, 01:29 PM
#5
Thread Starter
Banned
Re: Making a programming language in Visual Basic 6.0
Oauu! Maybe some older versions can be open source someday, that it will definitely be cool
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|