Re: Fwd: Re: Parrot BASIC

2004-11-16 Thread Michael Walter
On Tue, 16 Nov 2004 21:59:39 +0100, Klaas-Jan Stol <[EMAIL PROTECTED]> wrote: > (I've been trying a lot to implement a Lua compiler (version 5), but I'm > seriously stuck on generating code for assignments (it's not as simple > as it seems, but then again, I may be thinking in the wrong direction;

Re: Fwd: Re: Parrot BASIC

2004-11-16 Thread Klaas-Jan Stol
oshua Gatcomb <[EMAIL PROTECTED]> From: "Clinton A. Pierce" <[EMAIL PROTECTED]> Subject: Re: Parrot BASIC CC: [EMAIL PROTECTED] At 12:54 PM 11/15/2004 -0800, Joshua Gatcomb wrote: Clinton, William Coleda has updated Parrot BASIC enough to get wumpus and screen workin

Fwd: Re: Parrot BASIC

2004-11-16 Thread Joshua Gatcomb
<[EMAIL PROTECTED]> > From: "Clinton A. Pierce" <[EMAIL PROTECTED]> > Subject: Re: Parrot BASIC > CC: [EMAIL PROTECTED] > > At 12:54 PM 11/15/2004 -0800, Joshua Gatcomb wrote: > >Clinton, > >William Coleda has updated Parrot BASIC enough to > ge

Parrot BASIC

2004-11-15 Thread Joshua Gatcomb
Clinton, William Coleda has updated Parrot BASIC enough to get wumpus and screen working, albeit not entirely cleanly. In IRC, it was mentioned by Dan that we should be automating some BASIC tests as part of the test suite. We were wondering what your thoughts on it were and if you plan on

Parrot BASIC 2

2002-11-11 Thread Clinton A. Pierce
d that seems to avoid the symptom. Enjoy. :) From the README file: -- Parrot BASIC 2.0 What is it? It's an implementation of BASIC in Parrot. Unlike version 1, this is modeled after Microsoft's QuickBASIC version 4.5. A quick list of features: * It's compiled

Re: [netlabs #613] Parrot BASIC SEGV's with much string handling

2002-05-23 Thread Dan Sugalski
At 9:39 AM -0400 5/23/02, Clinton A. Pierce wrote: >[re-cc'd p6i due to mailer failure on my part] >>At 10:17 PM 5/22/2002 +, via RT wrote: >>Clinton A. Pierce wrote: >> >>> * sync up, and get the latest Parrot BASIC. It's fully hash-enabled a

Re: [netlabs #613] Parrot BASIC SEGV's with much string handling

2002-05-23 Thread Clinton A. Pierce
[re-cc'd p6i due to mailer failure on my part] >At 10:17 PM 5/22/2002 +, via RT wrote: >Clinton A. Pierce wrote: > >> * sync up, and get the latest Parrot BASIC. It's fully hash-enabled and >> quite speedy now. >> >> * Run "basic.pl&

Re: [netlabs #613] Parrot BASIC SEGV's with much string handling

2002-05-22 Thread Peter Gibbs
Clinton A. Pierce wrote: > * sync up, and get the latest Parrot BASIC. It's fully hash-enabled and > quite speedy now. > > * Run "basic.pl" to assemble the interpreter, and get it started > > * At the "Ready" prompt, "LOAD eliza" > >

[netlabs #613] Parrot BASIC SEGV's with much string handling

2002-05-22 Thread Clinton A. Pierce
blem: * sync up, and get the latest Parrot BASIC. It's fully hash-enabled and quite speedy now. * Run "basic.pl" to assemble the interpreter, and get it started * At the "Ready" prompt, "LOAD eliza" * When finished, type RUN The crash will happen shortly th

Parrot BASIC version .02, now with GAMES!

2002-04-01 Thread Clinton A. Pierce
I'm well aware of the date, but this is no April Fool's Joke. (Well perhaps it is, but the joke would be on me.) A new version of BASIC can be found at http://geeksalad.org/basic This BASIC has a few interesting things over the last one. I/O now works (INPUT, LOAD, etc...) as well as intera