Re: [FIX] Re: Some weekend fun: BASIC for Parrot

2002-03-24 Thread Dan Sugalski
At 2:43 PM + 3/24/02, Nicholas Clark wrote: >On Sun, Mar 24, 2002 at 01:06:40AM -0500, Clinton A. Pierce wrote: > > But if ya can get the data in, everything works *great*. Interactive >> mode's all working now, even a functonal INPUT statement. My TODO's are >> down to: 1. making sure th

Re: [FIX] Re: Some weekend fun: BASIC for Parrot

2002-03-24 Thread Nicholas Clark
On Sun, Mar 24, 2002 at 01:06:40AM -0500, Clinton A. Pierce wrote: > I just got this message and it's 1am. There's no way I'm applying patches > this late. :) Wise man. > But if ya can get the data in, everything works *great*. Interactive > mode's all working now, even a functonal INPUT st

Re: [FIX] Re: Some weekend fun: BASIC for Parrot

2002-03-23 Thread Clinton A. Pierce
I just got this message and it's 1am. There's no way I'm applying patches this late. :) The situation I've got now works reasonably well using read/print. The version of BASIC I just uploaded to geeksalad.org/basic is okay unless you try performing a LOAD more than once with a reasonably la

Re: [FIX] Re: Some weekend fun: BASIC for Parrot

2002-03-23 Thread Melvin Smith
At 05:45 PM 3/23/2002 -0500, Clinton A. Pierce wrote: >At 04:31 PM 3/23/2002 -0500, you wrote: >Okay. I've been unable to do a CVS update this afternoon, no response >from the Same here, having problems. print S0 > print N0 > print I0 > >And the Right Thing happens. A

Re: [FIX] Re: Some weekend fun: BASIC for Parrot

2002-03-23 Thread Melvin Smith
At 05:45 PM 3/23/2002 -0500, Clinton A. Pierce wrote: >At 04:31 PM 3/23/2002 -0500, you wrote: >>I've just fixed several bugs in the read ops, I commited so do a cvs update. >>They were in the ops, not the IO system. Hasty coding is to blame, but I'm >>glad someone is actually testing this now. >>

Re: [FIX] Re: Some weekend fun: BASIC for Parrot

2002-03-23 Thread Clinton A. Pierce
At 04:31 PM 3/23/2002 -0500, you wrote: >I've just fixed several bugs in the read ops, I commited so do a cvs update. >They were in the ops, not the IO system. Hasty coding is to blame, but I'm >glad someone is actually testing this now. > >I wrote a slurp test that reads in a file by line and con

[FIX] Re: Some weekend fun: BASIC for Parrot

2002-03-23 Thread Melvin Smith
I've just fixed several bugs in the read ops, I commited so do a cvs update. They were in the ops, not the IO system. Hasty coding is to blame, but I'm glad someone is actually testing this now. I wrote a slurp test that reads in a file by line and concats each buffer to the main string, then pr

Re: Some weekend fun: BASIC for Parrot

2002-03-23 Thread Clinton A. Pierce
At 01:45 PM 3/23/2002 -0500, Melvin Smith wrote: >At 01:40 PM 3/23/2002 -0500, Melvin Smith wrote: >NEXTLINE: >> read S0, 256 >>-- print S0 >++ puts S0 >> branch NEXTLINE >> end > >Correction, print is stdio, puts is PIO. Use puts if you are using read. >I just ch

Re: Some weekend fun: BASIC for Parrot

2002-03-23 Thread Melvin Smith
At 01:40 PM 3/23/2002 -0500, Melvin Smith wrote: NEXTLINE: > read S0, 256 >-- print S0 ++ puts S0 > branch NEXTLINE > end Correction, print is stdio, puts is PIO. Use puts if you are using read. I just checked it into CVS btw. -Melvin

Re: Some weekend fun: BASIC for Parrot

2002-03-23 Thread Melvin Smith
At 01:00 PM 3/23/2002 -0500, Clinton A. Pierce wrote: >For your weekend entertainment, here's a bit of parrot assembler for the >adventurous to play with. To get the code, just head to: >http://geeksalad.org/basic and download the latest tar bundle you >find. The README.basic file included in

Some weekend fun: BASIC for Parrot

2002-03-23 Thread Clinton A. Pierce
For your weekend entertainment, here's a bit of parrot assembler for the adventurous to play with. To get the code, just head to: http://geeksalad.org/basic and download the latest tar bundle you find. The README.basic file included in the tar bundle is listed after this. [Small amount of be