How to create a very simple programming language in visual basic
Uploader Comments (Robobbly)
All Comments (98)
-
@Robobbly Thank you :)
-
@joecooper18 Hey joe. That was what i was aiming for but i dident know how at the time of this video. I use embedded C now, and i have written a command line which does the same thing so commands like echo can be used :) good luck with your project :)
-
@Robobbly Im creating something simular. it splits up each line in a muilline textbox into an array, then splits up each array item into seperate words. then checks the first word for its command, thenm the 2nd for the rest of it,.
-
@heartachevids99 Ahha thank you very much for your feedback! I agree i was typing very slowly then, and i can do it much faster now. And yes the clicking is very annoying i turned it off after the video? And please explain more about the moving my cursor? Thanks, i do usually commentate but i had a cold that day :) And what's wrong with the recorder? Thank you very much!! :)
-
I am not a hater, Think as this as constructive critisism: 1) The clicking noise is annying the life out of me, 2) you are a slow typer and you can't move your cursor.
Advice: Learn to type faster OR commentate. And also, use a better recorder. Good language, but the quiality and the noise ruined it: 3/5
-
@nhking4 I could not agree more.
Is there a vb6 tut about this, that would be nice :)
Protocolback 1 month ago
@Protocolback I will be makeing a better tutorial eventualy. and i will include VB6. Its basicly the same exept listbox1 is called list1 and textbox1 is called text1 and button1 is called command1 :) but ill try and make one for you :)
Robobbly 1 month ago
this is very cool, I never thought of doing it in VB. I always thought of it as a high level language, so it never occurred to me to use it to make a higher level language. It'd be really nice if someone showed how to remake C.
jumperIndustries 1 month ago
@jumperIndustries Thank you. As it has good lots of views im thinking of makeing another one. Unforunately i only know Embedded C, which is diffrant to normal C. But i have made a short programming language in that for my embedded operating system. All you need to do is look at each line 1 at a time, and then split the string into two peices :)
Robobbly 1 month ago