Homemade Programming language ft. VB.NET
Posted: Sun Feb 05, 2012 5:46 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:
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]