Re: .include directive for new assembler

2002-06-22 Thread Clinton A. Pierce
At 09:37 PM 6/21/2002 -0500, brian wheeler wrote: >I've implemented a .include directive for the new assembler. It >basically changes the preprocessor to shift through the source file, and >when an include is found, the included file is unshifted to the >beginning. To the beginning? Do we have

Re: what's new

2002-06-22 Thread Damian Conway
[EMAIL PROTECTED] wrote: [Summary of some of the new Perl 6 constructs] I have answered your questions and made a few comments. Apart from these what you wrote is accurate. Damian -cut--cut--cut--cut--cut- > my $x is foo = 0; > Now $x.foo is equal to 1

Re: .include directive for new assembler

2002-06-22 Thread Jeff
Clinton A Pierce wrote: > > At 09:37 PM 6/21/2002 -0500, brian wheeler wrote: > >I've implemented a .include directive for the new assembler. It > >basically changes the preprocessor to shift through the source file, and > >when an include is found, the included file is unshifted to the > >begin

Re: .include directive for new assembler

2002-06-22 Thread brian wheeler
On Sat, 2002-06-22 at 13:06, Jeff wrote: > Clinton A Pierce wrote: > > > > At 09:37 PM 6/21/2002 -0500, brian wheeler wrote: > > >I've implemented a .include directive for the new assembler. It > > >basically changes the preprocessor to shift through the source file, and > > >when an include is

<= ?

2002-06-22 Thread raptor
I've seen in theDamian Sypnosys following code : $val <= $key does this mean that we now have also reversed syntax possible for hashes ? and pairs too ? raptor

Re: <= ?

2002-06-22 Thread Damian Conway
> I've seen in theDamian Sypnosys following code : > > $val <= $key That's not code, that's the contents of a regex. And it's a joke: that's a less-than-or-equals comparison. Damian

Re: .include directive for new assembler

2002-06-22 Thread Jeff
brian wheeler wrote: > > Its not backwards, it does the right thing. Okay, I believe you now :) I was thinking that the insert was done at the beginning of the -file-, not the insertion point of the file. If you haven't committed, feel free to do so. I shouldn't have stuck my nose in :) > The

[netlabs #726] -fno-strict-aliasing (fwd)

2002-06-22 Thread via RT
# New Ticket Created by Josh Wilmes # Please include the string: [netlabs #726] # in the subject line of all future correspondence about this issue. # http://bugs6.perl.org/rt2/Ticket/Display.html?id=726 > --- Forwarded Message Date:Tue, 11 Jun 2002 15:21:06 +0100 From:Nicholas

Re: .include directive for new assembler

2002-06-22 Thread brian wheeler
On Sat, 2002-06-22 at 20:12, Jeff wrote: > brian wheeler wrote: > > > > Its not backwards, it does the right thing. > > Okay, I believe you now :) I was thinking that the insert was done at > the beginning of the -file-, not the insertion point of the file. If you > haven't committed, feel free

Re: Web info for perl6

2002-06-22 Thread Robert Spier
H.Merijn Brand writes: >http://www.perl.org/perl6 is a bit behind. Anyone care to update and include >apo-5? And Damian's tour info. I've added Apoc 5. Patches for tour info welcome. -R