Homemade Programming language ft. VB.NET
Here is the place to post images, videos and downloads of your current and upcoming applications that you are working on.
7 posts
Page 1 of 1
Well hello there,
I haven't been posting any threads or being so active on CnS or programming.
Well, I've got back into programming once again, so I'm working on a fun time wasting project: homemade programming language ft. vb.net
Yes... it's a programming language developed/being developed by using vb.net (v2010 w/ framework 4)
I'm currently working on the coding section, so this is just somekind of application to run the code, you will also see the syntax:
This is just a simple program to write and read text file.
I'm gonna add the source code for free here once I've add some other stuff into it.
Thanks :ugeek:
--- ---- --- --- --- --- --- ---- --- --- --- ---
This is a section to update what have I done with my lil' program:
--- ---- --- --- --- --- --- ---- --- --- --- ---
I haven't been posting any threads or being so active on CnS or programming.
Well, I've got back into programming once again, so I'm working on a fun time wasting project: homemade programming language ft. vb.net
Yes... it's a programming language developed/being developed by using vb.net (v2010 w/ framework 4)
I'm currently working on the coding section, so this is just somekind of application to run the code, you will also see the syntax:
This is just a simple program to write and read text file.
I'm gonna add the source code for free here once I've add some other stuff into it.
Thanks :ugeek:
--- ---- --- --- --- --- --- ---- --- --- --- ---
This is a section to update what have I done with my lil' program:
--- ---- --- --- --- --- --- ---- --- --- --- ---
Code: Select all
- $DATA-HOLDER$:Variable=Value
- SET_GLOBAL_SETTING:[Setting, Value, InstanceName]
- INCREMENTAL:[Value1,Value2,SET_DATA-HOLDER$Variable]
- IO.WRITEFILE:[FileName,Content]
- IO.READFILE:[FileName,To]
- <GET_DATA-HOLDER$Variable>
- SET_DATA-HOLDER$Variable$Value
- CREATE_MAIN-MENU:[File$Nothing,Exit$funcExit§Help$Nothing,About$funcAbout]
You do not have the required permissions to view the files attached to this post.
Last edited by bisnes_niko on Mon Feb 06, 2012 1:56 pm, edited 5 times in total.
Looks nice
Will you be able to compile to assemblies later in the project?
Edit: Why do you have hexadecimal numbers infront of some of the parameters?

Edit: Why do you have hexadecimal numbers infront of some of the parameters?
LMAOSHMSFOAIDMT
Laughing my a** of so hard my sombrero fell off and I dropped my taco lmao;
Over 30 projects with source code!
Please give reputation to helpful members!
![Image]()
![Image]()
Laughing my a** of so hard my sombrero fell off and I dropped my taco lmao;
Over 30 projects with source code!
Please give reputation to helpful members!

MrAksel wrote:Looks niceHow else would it know what control it has to be ?Will you be able to compile to assemblies later in the project?
Edit: Why do you have hexadecimal numbers infront of some of the parameters?
Okay, didnt get that at once :P
LMAOSHMSFOAIDMT
Laughing my a** of so hard my sombrero fell off and I dropped my taco lmao;
Over 30 projects with source code!
Please give reputation to helpful members!
![Image]()
![Image]()
Laughing my a** of so hard my sombrero fell off and I dropped my taco lmao;
Over 30 projects with source code!
Please give reputation to helpful members!

Looks nice
What are you going to call your new language?

I don't know if I go far with this... I always quit on something.
But I managed to get $DATA-HOLDER$:Variable=Value to work, like:
Lots of stuff in my head
But I managed to get $DATA-HOLDER$:Variable=Value to work, like:
Code: Select all
So it's basically storing and reading a string or integer from the code. $DATA-HOLDER$:FilePath=textfile.txt
$DATA-HOLDER$:FileContent=this is the content
$FUNCTION$:WriteToFile
[
IO.WRITEFILE:[<GET_DATA-HOLDER$FilePath>,<GET_DATA-HOLDER$FileContent>]
POP-UP:0x1[Your file has been written.,Nice!]
]

Well, it seems to be coming along pretty nicely
Keep up the tremendous work 


7 posts
Page 1 of 1
Copyright Information
Copyright © Codenstuff.com 2020 - 2023