[PATCH] rx.dev

2002-07-14 Thread Stephen Rawls
t about languages that don't use arabic numerals? 2) In the rxinfo struct: opcode_t *substfunc; My first guess was that that is a pointer to the first opcode the regex uses, but then I got confused by the name 'substfunc.' So basically ... what is it used for? Thanks! Stephen Rawls

Re: Streams vs. Descriptors

2002-07-15 Thread Stephen Rawls
table enough to replace STDIO." Maybe someone with more knowledge than me can explain what is unstable? Thanks, Stephen Rawls __ Do You Yahoo!? Yahoo! Autos - Get free new car price quotes http://autos.yahoo.com

RE: [PATCH] rx.dev

2002-07-16 Thread Stephen Rawls
Ok, I cleaned up the file a little bit, and added pod declarations. Should be finalized or close to it at least. If anyone likes it, I'll start working on making a .dev file for some other files, and start asking questions while I'm at it probably :) Ste

Re: PARROT QUESTIONS: Keyed access

2002-07-22 Thread Stephen Rawls
--- Leon Brocard <[EMAIL PROTECTED]> wrote: > Ashley Winters sent the following bits through the > ether: > > > Err, is this a bad time to ask where ParrotTuple > is? :) > > I think ParrotTuple would make a great first project > for anyone who wants to learn more about PMCs. >Any takers? ;-)

problems sending patches

2002-07-24 Thread Stephen Rawls
ve them to all employees). Do the patches still get read if they are counted as spam? Are they just less likely to be noticed? Stephen Rawls PS. Here's the spam asassain content analysis: Start SpamAssassin results --Content analysis details: (7.3 h

Re: [perl #15800] [PATCH] lexical scope ops, test and example

2002-07-30 Thread Stephen Rawls
--- Jonathan Sillito > close_lex # end of nested lexical scope > > find_lex P3, "a" > print P3 # prints 12 > print "\n" > end > That's a typo, right? It should print the first value of "a"

parrot reading from stdin

2002-07-31 Thread Stephen Rawls
rot bugs route, because I don't know if this is something you all want or not. There is one problem with this, though: if there is no 'end' command in the code, then you get an error that says "Error: Control left bounds of byte-code block (no

Re: parrot reading from stdin

2002-08-01 Thread Stephen Rawls
--- Melvin Smith <[EMAIL PROTECTED]> wrote: > You can do this now: > > ../assemble.pl a.pasm | parrot - *slaps head* Do'h. Thanks for the information, sorry I missed it. Stephen Rawls __ Do You Yahoo!? Yahoo! Health - Feel

Re: negative index in arrays

2002-08-01 Thread Stephen Rawls
Or maybe we need a special HyperTuple pmc too? cheers, Stephen Rawls __ Do You Yahoo!? Yahoo! Health - Feel better, live better http://health.yahoo.com

Re: tuple algebra (was: negative index in arrays)

2002-08-01 Thread Stephen Rawls
tever), or is the base type definable? I based it off array.pmc, so you can store ints/chars/floats/pmcs in it. Stephen Rawls __ Do You Yahoo!? Yahoo! Health - Feel better, live better http://health.yahoo.com

Re: negative index in arrays

2002-08-01 Thread Stephen Rawls
ode. This is obviously wrong. My question is should this raise an internal exception, or should there be some DWIMery inside PerlArray.pmc. cheers, Stephen Rawls __ Do You Yahoo!? Yahoo! Health - Feel better, live better http://health.yahoo.com

Re: negative index in arrays

2002-08-01 Thread Stephen Rawls
.. if that's what everyone wants, I'll try my hand at a patch. cheers, Stephen Rawls __ Do You Yahoo!? Yahoo! Health - Feel better, live better http://health.yahoo.com

Re: negative index in arrays

2002-08-01 Thread Stephen Rawls
--- Dan Sugalski <[EMAIL PROTECTED]> wrote: >> [snip] > No, I don't think this is appropriate. The PerlArray > class implements > Perl arrays, and should implement their semantics. Let me rephrase again :) What should the semantics for Perl arrays

Re: Light ideas

2002-08-04 Thread Stephen Rawls
it to treat whitespace > literally Doesn't the :w option do that? :w/one two/ translates to /one \s+ two/ cheers, Stephen Rawls __ Do You Yahoo!? Yahoo! Health - Feel better, live better http://health.yahoo.com