Re: Something to pass the time.

2003-06-15 Thread Mitchell N Charity
both seem undesirable as anything but a short-term "we know it's really broken and will get to it" state. Mitchell From: Leopold Toetsch <[EMAIL PROTECTED]> Message-Id: <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] (Nick Glencross) Subject: Re: Something to pass th

Re: Something to pass the time.

2003-06-15 Thread Leopold Toetsch
Nick Glencross <[EMAIL PROTECTED]> wrote: > To the wider community: BTW. For fun, I used imcc to convert the .imc to > a .pasm file, but them imcc couldn't run this file (trouble with > labels). Should this have worked? In PASM mode the whole file is compiled at once. IMCC as well as assemble.pl

Re: Something to pass the time.

2003-06-15 Thread Nick Glencross
Clinton A. Pierce wrote: If you want something to play with, update the languages/BASIC/compiler tree and run the chess program. This is an amazing milestone in the parrot (and BASIC) development cycle. Well done! To the wider community: BTW. For fun, I used imcc to convert the .imc to a .pas

Re: Something to pass the time.

2003-06-12 Thread Leopold Toetsch
Clinton A. Pierce <[EMAIL PROTECTED]> wrote: > If you want something to play with, update the languages/BASIC/compiler > tree and run the chess program. Nice graphics. > ..\..\imcc\imcc.exe TARG_test.imc Please check out the latest imcc changes. Spilling performance is vastly improved now.