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
Contributors
User avatar
bisnes_niko
Serious Programmer
Serious Programmer
Posts: 409
Joined: Tue Aug 24, 2010 1:21 pm

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:
preview.PNG
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]

Lang Project.rar
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.
User avatar
MrAksel
C# Coder
C# Coder
Posts: 1758
Joined: Fri Mar 26, 2010 12:27 pm

Looks nice :D 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?
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
User avatar
Axel
Coding God
Coding God
Posts: 1928
Joined: Sun Jun 27, 2010 9:15 pm

MrAksel wrote:
Looks nice :D 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?
How else would it know what control it has to be ?
http://vagex.com/?ref=25000
User avatar
MrAksel
C# Coder
C# Coder
Posts: 1758
Joined: Fri Mar 26, 2010 12:27 pm

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
User avatar
comathi
Coding God
Coding God
Posts: 1242
Joined: Fri Mar 26, 2010 1:59 pm

Looks nice :D What are you going to call your new language?
User avatar
bisnes_niko
Serious Programmer
Serious Programmer
Posts: 409
Joined: Tue Aug 24, 2010 1:21 pm

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:
Code: Select all
$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!]
]

So it's basically storing and reading a string or integer from the code. :) Lots of stuff in my head
User avatar
comathi
Coding God
Coding God
Posts: 1242
Joined: Fri Mar 26, 2010 1:59 pm

Well, it seems to be coming along pretty nicely :D Keep up the tremendous work :)
7 posts Page 1 of 1
Return to “Work in Progress”