stack language for Parrot

2004-06-29 Thread Michel Pelletier
I've been lurking on this list for a while and playing with Parrot. I have created a little stack language not entirely unlike Forth I've come to calling Parakeet. Consider the most trivial example: 0> 2 2 + println 4 0> Two integers are pushed on the stack, the word "+" adds them leaving the

GMP's license looks Parrot-compatible

2004-06-29 Thread Scott Bronson
ASSUMPTION Parrot will only link to the GMP library, right? Either static or shared, doesn't matter. IN BRIEF If so, then there's no problem. GMP is licensed under the LGPL, the same license as libc6. Parrot links to libc6 without any problem, right? (Though thankfully it doesn't use much o

Regexp::Parser v0.01 -- Re: Perl 6 regex parser

2004-06-29 Thread Jeff 'japhy' Pinyan
I've just completed the first version of the module. PAUSe seems to be down, so right now its only accessible from http://japhy.perlmonk.org/modules/ Once I fine-tune it, I'll get to work on Regexp::Perl6 (or whatever). -- Jeff "japhy" Pinyan [EMAIL PROTECTED] http://www.pobox.com/

[perl #30534] [PATCH] Complex numbers PMC

2004-06-29 Thread via RT
# New Ticket Created by Ion Alexandru Morega # Please include the string: [perl #30534] # in the subject line of all future correspondence about this issue. # http://rt.perl.org:80/rt3/Ticket/Display.html?id=30534 > This is the new classes/complex.pmc, tests included. It supports string pars

[perl #30535] [PATCH] Complex numbers PMC

2004-06-29 Thread via RT
# New Ticket Created by Ion Alexandru Morega # Please include the string: [perl #30535] # in the subject line of all future correspondence about this issue. # http://rt.perl.org:80/rt3/Ticket/Display.html?id=30535 > whoops, forgot the file :) - This is the new classes/complex.pmc, tes

Re: [perl #30522] [PATCH] minor POD nit

2004-06-29 Thread chromatic
On Mon, 2004-06-28 at 21:31, Will Coleda wrote: > Adds whitespace to pdd02 so that the list items show up as such. Thanks, applied. I also cleaned up a couple of other lists. -- c

Re: [perl #30521] [PATCH] minor POD cleanup

2004-06-29 Thread chromatic
On Mon, 2004-06-28 at 21:30, Will Coleda wrote: > Closes the pod inside the C comment for "pmcarray" Thanks, applied. -- c

Re: [perl #30520] [PATCH] old date in FAQ

2004-06-29 Thread chromatic
On Mon, 2004-06-28 at 21:28, Will Coleda wrote: > Minor update to the faq so it doesn't look we're not doing anything. > > __ > -Perl6 programs. The Perl6 language definition is currently (December 2001) being > +Perl6 programs.

This week's Summary

2004-06-29 Thread The Perl 6 Summarizer
The Perl 6 Summary for the week ending 2004-06-27 What's this? No! It can't be! It's a *weekly* Perl 6 Summary. What is the world coming to? Sorry, I can't answer that one, so I'll tell you what's been happening this week in perl6-internals. Bignums, licenses, pie As you are

[perl #30528] [PATCH] String PMC with iterator

2004-06-29 Thread via RT
# New Ticket Created by Ion Alexandru Morega # Please include the string: [perl #30528] # in the subject line of all future correspondence about this issue. # http://rt.perl.org:80/rt3/Ticket/Display.html?id=30528 > This is the latest version of the String PMC, complete with iterators. In my

[perl #30522] [PATCH] minor POD nit

2004-06-29 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #30522] # in the subject line of all future correspondence about this issue. # http://rt.perl.org:80/rt3/Ticket/Display.html?id=30522 > Adds whitespace to pdd02 so that the list items show up as such. Index: docs/pdds/pdd0

[perl #30521] [PATCH] minor POD cleanup

2004-06-29 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #30521] # in the subject line of all future correspondence about this issue. # http://rt.perl.org:80/rt3/Ticket/Display.html?id=30521 > Closes the pod inside the C comment for "pmcarray" Index: classes/pmcarray.pmc ===

[perl #30520] [PATCH] old date in FAQ

2004-06-29 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #30520] # in the subject line of all future correspondence about this issue. # http://rt.perl.org:80/rt3/Ticket/Display.html?id=30520 > Minor update to the faq so it doesn't look we're not doing anything. Index: docs/faq.p