Re: Another Jako example

2002-04-05 Thread Nick Glencross
Nick Glencross wrote: > Here's a nice little Jako example which draws a circle (oval, strickly > speaking!) using VT100 control codes, which means that it should work > in xterms, gnome-terminals, consoles and konsoles. One observation is that although scale_height is declared an integer, th

Re: key patch?

2002-04-05 Thread Melvin Smith
I pretty sure it hasn't made it in, I think I would have spotted it since I've been anxious about it. I'd really like to get a couple of simple directives in soon, the primary one being (.method|.sub) This one would be useful for the not yet existent optimizer and verification code, if we requir

Re: key patch?

2002-04-05 Thread Steve Fink
On Fri, Apr 05, 2002 at 01:47:33PM -0500, Dan Sugalski wrote: > At 10:43 AM -0800 4/5/02, Steve Fink wrote: > >The next step would probably be to decide which assembler we're going > >forward with (the existing or Simon's new one), since I at least am > >hesitant to patch anything that may or may

Re: key patch?

2002-04-05 Thread Dan Sugalski
At 10:43 AM -0800 4/5/02, Steve Fink wrote: >On Fri, Apr 05, 2002 at 01:14:52PM -0500, Dan Sugalski wrote: >> Okay, I saw a patch from Steve Fink that made key access less broken. >> If this hasn't been applied, could someone put it in? Thanks. (I'll >> be back for real on Tuesday. Promise :) >

Re: key patch?

2002-04-05 Thread Dan Sugalski
At 1:45 PM -0500 4/5/02, Melvin Smith wrote: >Suure you will. :) I am. No, really! :) The scary thing is that I actually have a timetable... >-Melvin Smith > > > >Okay, I saw a patch from Steve Fink that made key access less broken. >If this hasn't been applied, could someone put it in?

Re: key patch?

2002-04-05 Thread Melvin Smith
Suure you will. :) -Melvin Smith IBM :: Atlanta Innovation Center [EMAIL PROTECTED] :: 770-835-6984 Dan Sugalski

Re: key patch?

2002-04-05 Thread Steve Fink
On Fri, Apr 05, 2002 at 01:14:52PM -0500, Dan Sugalski wrote: > Okay, I saw a patch from Steve Fink that made key access less broken. > If this hasn't been applied, could someone put it in? Thanks. (I'll > be back for real on Tuesday. Promise :) > -- It's in. The next step would probably be t

Re: Perl 5 to Parrot

2002-04-05 Thread Steve Fink
On Fri, Apr 05, 2002 at 12:02:19AM +0100, James Duncan wrote: > The biggest issue that I can immediately foresee is Perl 5 Regular > Expressions. Currently they occupy (I think) one op in perl. This is a > problem, as also not on my Fun Things To Do list is grokking the regex > engine, and then

key patch?

2002-04-05 Thread Dan Sugalski
Okay, I saw a patch from Steve Fink that made key access less broken. If this hasn't been applied, could someone put it in? Thanks. (I'll be back for real on Tuesday. Promise :) -- Dan --"it's like this"--

More p5top6 Number 2

2002-04-05 Thread jduncan
Oh, and its module name is 'ripple'. Regards, James.

More p5top6

2002-04-05 Thread James A Duncan
Okay, I've set up a CVS repository here at fotango for the experimental perl 5 back-end. If you'd like to take a look at the code the repository is: :pserver:[EMAIL PROTECTED]:/var/repository You can log in anonymously with an empty password. Anyway, I'll see if I have time to improve it

Another Jako example

2002-04-05 Thread Nick Glencross
Here's a nice little Jako example which draws a circle (oval, strickly speaking!) using VT100 control codes, which means that it should work in xterms, gnome-terminals, consoles and konsoles. Nice to have so many projects creating parrot byte code! Regards, Nick # # circle.jako Nic

Re: Perl 5 to Parrot

2002-04-05 Thread Rafael Garcia-Suarez
Melvin Smith wrote in perl.perl6.internals : > > It sounds like what you are embarking on is a compiler implementation > with a full grammar, etc. Right? Not at all, he wants to reuse the perl 5 parser to generate parrot opcodes from perl 5 opcodes. > I also remember there was work already in p

Re: Perl 5 to Parrot

2002-04-05 Thread James Duncan
On 4/4/02 10:21 pm, in article [EMAIL PROTECTED], "Rafael Garcia-Suarez" <[EMAIL PROTECTED]> wrote: > James A Duncan wrote in perl.perl6.internals : >> >> I've started work on B::Parrot, which is a Perl 5 to Parrot translation >> engine. Its very basic at the moment, but I've got it successfull