PROSEED - Multi purpose interpreter (WIP) >UPDATE!!!<

Discuss whatever you want here--both QB and non-QB related. Anything from the DEF INT command to the meaning of life!

Moderators: Pete, Mods

User avatar
BigBadKing
Veteran
Posts: 83
Joined: Fri Oct 09, 2009 12:39 pm
Location: Space
Contact:

Post by BigBadKing »

there is no version number in the program, but the zip file i downloaded
is exactly 50kb. oh and. in the directory of Proseed, are ten examples and
a .bas file in the source folder. and proseed.exe, is it the UPTO-DATE
version?
Last edited by BigBadKing on Thu Nov 05, 2009 1:10 am, edited 1 time in total.
<a href="http://mccorp.orgfree.com">Macselent Corporation Offical Site</a>
User avatar
bongomeno
Veteran
Posts: 266
Joined: Wed Dec 10, 2008 9:08 am
Location: Arizona
Contact:

Post by bongomeno »

yes, but do you have the file hongpong.mi2? if so then you should be up to date.
User avatar
BigBadKing
Veteran
Posts: 83
Joined: Fri Oct 09, 2009 12:39 pm
Location: Space
Contact:

Post by BigBadKing »

Yep, there is Hongpong.mi2 in it!
User avatar
bongomeno
Veteran
Posts: 266
Joined: Wed Dec 10, 2008 9:08 am
Location: Arizona
Contact:

Post by bongomeno »

Progress update:

Me and BigBadKing are working on this.
Currently he has been working on adding variables with custom names.
I should start working on adding line numbers soon as well.
User avatar
burger2227
Veteran
Posts: 2466
Joined: Mon Aug 21, 2006 12:40 am
Location: Pittsburgh, PA

Post by burger2227 »

GO FOR IT KIDDO!
Please acknowledge and thank members who answer your questions!
QB64 is a FREE QBasic compiler for WIN, MAC(OSX) and LINUX : https://www.qb64.org/forum/index.php
Get my Q-Basics demonstrator: https://www.dropbox.com/s/fdmgp91d6h8ps ... s.zip?dl=0
User avatar
bongomeno
Veteran
Posts: 266
Joined: Wed Dec 10, 2008 9:08 am
Location: Arizona
Contact:

Post by bongomeno »

Last night, I managed to add VERY basic line number support. There are a few things that I need to add to make it work like it should...

I also started writing a small RPG in proseed! It will be a simple menu driven little rpg where you fight battles to gain xp and money and stores and potions and stuff.... nothing special.

I am thinking about writing an IDE for this. Most likely for windows, but I might write one in Qbasic as well. I will like work on this once I have fully added line number support and fixed other bugs...
Last edited by bongomeno on Mon Nov 16, 2009 3:15 pm, edited 1 time in total.
User avatar
bongomeno
Veteran
Posts: 266
Joined: Wed Dec 10, 2008 9:08 am
Location: Arizona
Contact:

Re: download

Post by bongomeno »

floogle11 wrote:i tried to download it but the application wasnt working so i tried the .bas file and it said the if statement was addvanced so i dont know what to do
Oh, I did not see your post! I am sorry!

I think that your problem might be you are using qb 1.1.
You will need to compile it to use it because it is command line based. You should run/compile it with QB 4.5.

The application does work. to run a sample program, just drag and drop it on to PROSEED.EXE. This is because it is command line based.
User avatar
BigBadKing
Veteran
Posts: 83
Joined: Fri Oct 09, 2009 12:39 pm
Location: Space
Contact:

Post by BigBadKing »

Dont Worry, Bongomeno. i will make the IDE in less than three days.
(custom variable name usage is nearly done.). i will write the IDE in
both modes, QBasic (DOS) and Windows.
<a href="http://mccorp.orgfree.com">Macselent Corporation Offical Site</a>
User avatar
bongomeno
Veteran
Posts: 266
Joined: Wed Dec 10, 2008 9:08 am
Location: Arizona
Contact:

Post by bongomeno »

I already have the code for a windows IDE that I created some time ago for another language, but yours will probably be way better than mine. :D

My idea was very simple, kinda like this:

A notepad clone with a button that says run. When you press run, it takes the current file that is open and calls the interpreter (included in the same folder) with the filename.

Also, when you are done with the custom names, I will take the code that I am working on right now and add onto yours.

I made it to where you have line numbers that start after 'start' and are manditory. It was simple, when the parser reade in the code, it checks to see if the line number is there and is correct, if not it ends.
User avatar
burger2227
Veteran
Posts: 2466
Joined: Mon Aug 21, 2006 12:40 am
Location: Pittsburgh, PA

Post by burger2227 »

Don't you guys have computers at home yet? I rarely see any posts here after 4PM.

Also, Bongo why isn't your signature home page in hypertext? Just add www.


Ted
Please acknowledge and thank members who answer your questions!
QB64 is a FREE QBasic compiler for WIN, MAC(OSX) and LINUX : https://www.qb64.org/forum/index.php
Get my Q-Basics demonstrator: https://www.dropbox.com/s/fdmgp91d6h8ps ... s.zip?dl=0
User avatar
bongomeno
Veteran
Posts: 266
Joined: Wed Dec 10, 2008 9:08 am
Location: Arizona
Contact:

Post by bongomeno »

burger2227 wrote:Don't you guys have computers at home yet? I rarely see any posts here after 4PM.

Also, Bongo why isn't your signature home page in hypertext? Just add www.


Ted
Thanks, I changed my signiture.

btw, I have like 20 computers all to myself. :lol:
User avatar
BigBadKing
Veteran
Posts: 83
Joined: Fri Oct 09, 2009 12:39 pm
Location: Space
Contact:

Post by BigBadKing »

I have two computers. if i can use invisible powder and escape from the
exams without getting noticed and get back my computer from my little
brother which uses my computer without permission. if i can do all this
then i will post before 4pm, :)
<a href="http://mccorp.orgfree.com">Macselent Corporation Offical Site</a>
User avatar
BigBadKing
Veteran
Posts: 83
Joined: Fri Oct 09, 2009 12:39 pm
Location: Space
Contact:

Post by BigBadKing »

Bongomeno, Dont you mind if i create the IDE with Java? if thats a
problem, i can create the IDE with the following languages:

[quote]
QBasic (takes more than two days)
JAVA
C\C++
FreeBasic
VisualBasic 3.0
VBDOS
[/quote]

I also know Assembly (five months experience) but i doubt that i
can create an IDE with it in less than four days.
<a href="http://mccorp.orgfree.com">Macselent Corporation Offical Site</a>
User avatar
bongomeno
Veteran
Posts: 266
Joined: Wed Dec 10, 2008 9:08 am
Location: Arizona
Contact:

Post by bongomeno »

Java? That would be ok. Maby I can whip one up in Qb and you can do Java.
User avatar
BigBadKing
Veteran
Posts: 83
Joined: Fri Oct 09, 2009 12:39 pm
Location: Space
Contact:

Post by BigBadKing »

I finished my part of Custom Names, when i made the IDE. i will surely
Mail you, Dont forgot to inform me of New Releases of Proseed.
<a href="http://mccorp.orgfree.com">Macselent Corporation Offical Site</a>
User avatar
BigBadKing
Veteran
Posts: 83
Joined: Fri Oct 09, 2009 12:39 pm
Location: Space
Contact:

Post by BigBadKing »

Since im a fast typer, im fast at coding. i made a Proseed IDE, you can
find it at my site. my site is at http://mccorp.orgfree.com, to download
the IDE. head to http://mccorp.orgfree.com/files/index.html, and look
under ProIDE version 1.0 for download link. Seeya!
<a href="http://mccorp.orgfree.com">Macselent Corporation Offical Site</a>
User avatar
bongomeno
Veteran
Posts: 266
Joined: Wed Dec 10, 2008 9:08 am
Location: Arizona
Contact:

Post by bongomeno »

I downloaded PROIDE, but when I tried to extract it, there was a problem with the ZIP file. Nice website by the way!
User avatar
BigBadKing
Veteran
Posts: 83
Joined: Fri Oct 09, 2009 12:39 pm
Location: Space
Contact:

Post by BigBadKing »

Thanks for the site compliment. by the way, you need 7-zip to
extract ProIDE. if it doesnt work, i can lower the compression
ratio to make it work with other extractors.
<a href="http://mccorp.orgfree.com">Macselent Corporation Offical Site</a>
User avatar
bongomeno
Veteran
Posts: 266
Joined: Wed Dec 10, 2008 9:08 am
Location: Arizona
Contact:

Post by bongomeno »

Lowering the compression ratio might be a good idea as most people use what comes with their computers.

My 16 bit ide is almost done by the way, but it is not very good I am afraid.

At the moment, I am doing the following things:

- fixing up my recent code
- updating the sample programs
- fixing up/updating bigbadkings code

Right now, I am just going to post the old version of proseed on my site with my recently added stuff.

I will be working on putting our code together so we can have both: custom variable names AND line numbers.

those 2 updates should make proseed much much easier to use. and more readable!
User avatar
BigBadKing
Veteran
Posts: 83
Joined: Fri Oct 09, 2009 12:39 pm
Location: Space
Contact:

Post by BigBadKing »

dont forgot to send me the new proseed via mail, ok? dont worry about
your ide, simplicity is what it takes to start up.
<a href="http://mccorp.orgfree.com">Macselent Corporation Offical Site</a>
Post Reply