[PATCH] PDD6 updates

2007-02-26 Thread Klaas-Jan Stol
hi, I made some additional changes to PDD16: * added an example to do a callback. I left in the old explanation, but Im' not sure how much of that is still relevant. * small text improvements wrt example nci * removed CHANGES section: it was just duplicating the history section. This PDD

Re: [PATCH] PDD6 updates

2007-02-26 Thread chromatic
On Monday 26 February 2007 01:34, Klaas-Jan Stol wrote: I made some additional changes to PDD16: * added an example to do a callback. I left in the old explanation, but Im' not sure how much of that is still relevant. * small text improvements wrt example nci * removed CHANGES section: it

Re: [PATCH] PDD6 updates

2007-02-26 Thread Klaas-Jan Stol
chromatic wrote: On Monday 26 February 2007 01:34, Klaas-Jan Stol wrote: I made some additional changes to PDD16: * added an example to do a callback. I left in the old explanation, but Im' not sure how much of that is still relevant. * small text improvements wrt example nci * removed

[PATCH] languages/Pynie

2007-02-26 Thread Klaas-Jan Stol
hi, I've done some more work on the grammar of Pynie. This patch also includes the other patch I sent yesterday (so that one can be skipped). This grammar is ALMOST done, but now I'm kinda stuck, because there is some infinite recursion :-( It would also need some cleanup, and of course

Re: Packed array status?

2007-02-26 Thread Patrick R. Michaud
On Sun, Feb 25, 2007 at 03:48:47PM -0800, chromatic wrote: On Sunday 25 February 2007 12:40, Geoffrey Broadwell wrote: What backends support packed native arrays at this point? And what's the performance like? I don't know if Patrick has using PIR libraries working in Perl 6 yet, but

Re: [perl #41623] [TODO] modify p6regex op naming convention to match perl 6

2007-02-26 Thread Patrick R. Michaud
On Mon, Feb 26, 2007 at 07:09:58AM -0800, Jerry Gay wrote: # New Ticket Created by Jerry Gay # Please include the string: [perl #41623] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=41623 pge's syntax for

[perl #41623] [TODO] modify p6regex op naming convention to match perl 6

2007-02-26 Thread via RT
# New Ticket Created by Jerry Gay # Please include the string: [perl #41623] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=41623 pge's syntax for specifying ops to the op precedence parser should follow the perl 6

Re: [PATCH] languages/Pynie

2007-02-26 Thread Patrick R. Michaud
On Mon, Feb 26, 2007 at 03:20:59PM +0100, Klaas-Jan Stol wrote: I've done some more work on the grammar of Pynie. This patch also includes the other patch I sent yesterday (so that one can be skipped). Applied, thanks. I'll be making some cleanups momentarily. This grammar is ALMOST

[PATCH] Complete Pynie Grammar

2007-02-26 Thread Klaas-Jan Stol
hi, attached a patch that adds the last few bits of the Python grammar. Please note that there may be bugs, but I put in all rules, (not using the optable, that one is commented out) I had to put some things into comments in the ASTgrammar, the expression stuff needs work. I removed the

Pynie Grammar

2007-02-26 Thread Klaas-Jan Stol
hi, attached is Grammar.pg for Pynie. It's complete, but it needs some rework: the optable needs to be welded in again, instead of rec.decent rules for parsing expressions. This mail is just for archiving purposes (or in case someone feels brave). I'll have a look at putting back the optable

Re: Packed array status?

2007-02-26 Thread Geoffrey Broadwell
On Mon, 2007-02-26 at 08:25 -0600, Patrick R. Michaud wrote: On Sun, Feb 25, 2007 at 03:48:47PM -0800, chromatic wrote: On Sunday 25 February 2007 12:40, Geoffrey Broadwell wrote: What backends support packed native arrays at this point? And what's the performance like? I don't

[svn:perl6-synopsis] r13704 - doc/trunk/design/syn

2007-02-26 Thread larry
Author: larry Date: Mon Feb 26 11:05:31 2007 New Revision: 13704 Modified: doc/trunk/design/syn/S02.pod Log: Made one-pass parsing rule explicit so that tests can refer to it. Modified: doc/trunk/design/syn/S02.pod

[svn:perl6-synopsis] r13705 - doc/trunk/design/syn

2007-02-26 Thread larry
Author: larry Date: Mon Feb 26 11:42:16 2007 New Revision: 13705 Modified: doc/trunk/design/syn/S02.pod Log: apostrophe illiteracy... Modified: doc/trunk/design/syn/S02.pod == --- doc/trunk/design/syn/S02.pod

Re: Packed array status?

2007-02-26 Thread Geoffrey Broadwell
Pugs at the moment support all of the above, using the Perl 5 bridge for use perl5:SDL and use perl5:OpenGL. So the sole requirement seems to be: Cool beans. I'd had some simple OpenGL code working-with-hacks on Pugs many months ago, but I did not know the current status after all the

Re: [perl #41604] [BUG] pbc_output_is doesn't work?

2007-02-26 Thread Leopold Toetsch
Am Sonntag, 25. Februar 2007 12:28 schrieb Klaas-Jan Stol: Can you tell whether pbc_output_is() can take PIR code and compile it during running the test? Or does is always expect the pbc file to be present? As said, it doesn't make sense to feed .pir code into these tests. So no / yes. leo

Re: Packed array status?

2007-02-26 Thread Geoffrey Broadwell
On Tue, 2007-02-27 at 03:02 +0800, Audrey Tang wrote: 2007/2/27, Geoffrey Broadwell [EMAIL PROTECTED]: Are you looking for Perl code that creates such packed arrays and passes them to OpenGL? Or are you looking for links to manpages for the OpenGL calls themselves? Or both? The former.

Re: [perl #41604] [BUG] pbc_output_is doesn't work?

2007-02-26 Thread jerry gay
On 2/26/07, Leopold Toetsch [EMAIL PROTECTED] wrote: Am Sonntag, 25. Februar 2007 12:28 schrieb Klaas-Jan Stol: Can you tell whether pbc_output_is() can take PIR code and compile it during running the test? Or does is always expect the pbc file to be present? As said, it doesn't make sense

Re: [perl #41623] [TODO] modify p6regex op naming convention to match perl 6

2007-02-26 Thread Larry Wall
On Mon, Feb 26, 2007 at 09:24:29AM -0600, Patrick R. Michaud wrote: : On Mon, Feb 26, 2007 at 07:09:58AM -0800, Jerry Gay wrote: : # New Ticket Created by Jerry Gay : # Please include the string: [perl #41623] : # in the subject line of all future correspondence about this issue. : # URL:

Re: [perl #41604] [BUG] pbc_output_is doesn't work?

2007-02-26 Thread Klaas-Jan Stol
jerry gay wrote: On 2/26/07, Leopold Toetsch [EMAIL PROTECTED] wrote: Am Sonntag, 25. Februar 2007 12:28 schrieb Klaas-Jan Stol: Can you tell whether pbc_output_is() can take PIR code and compile it during running the test? Or does is always expect the pbc file to be present? As said, it

[perl #41606] [TODO] Add flag to do runtime check on deprecated ops

2007-02-26 Thread Klaas-Jan Stol via RT
On Fri Feb 23 14:46:17 2007, [EMAIL PROTECTED] wrote: hi, it might be a good idea to add a flag to parrot that checks at runtime whether any deprecated ops are used. the flag should be turned off by default; some ops like find_global are used all over the place, so if it would be turned

[perl #41619] [PATCH] add add_attr, rem_attr, and rem_attr_str vtable methods

2007-02-26 Thread Alek Storm
# New Ticket Created by Alek Storm # Please include the string: [perl #41619] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=41619 This patch adds the add_attr, rem_attr, and rem_attr_str vtable methods. These will

Re: [perl #41614] Can't set non-core object attribs yet

2007-02-26 Thread Will Coleda
It is rather annoying that attributes don't JFW everywhere, yes. I do wish, in general, that ParrotClass and PMC had more in common. I'm not sure how I'm to access these via PIR: I get the same src/objects.c:1452: failed assertion `(class)-pmc_ext' error after applying this patch. I'm going

[perl #41620] [PATCH] change opcode syntax for label arguments

2007-02-26 Thread Alek Storm
# New Ticket Created by Alek Storm # Please include the string: [perl #41620] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=41620 This patch changes the label INT, labelvar INT, and labelconst INT syntax in opcodes

Re: Packed array status?

2007-02-26 Thread Geoffrey Broadwell
On Mon, 2007-02-26 at 16:29 -0800, chromatic wrote: On Monday 26 February 2007 11:29, Geoffrey Broadwell wrote: Does Perl 6 on Parrot have Perl 5 connectivity? Not until Perl 6 can use PIR code. After that, it depends on what you want to do with the two. If you can get

Re: Packed array status?

2007-02-26 Thread Audrey Tang
2007/2/27, Geoffrey Broadwell [EMAIL PROTECTED]: As a simpler case than a full 3D engine port, I have some OpenGL benchmarks in Perl 5 that I can port -- these have much reduced requirements. Principly, they need: 1. Basic math and string operators (not grammars) 2. Basic looping and simple

Re: Packed array status?

2007-02-26 Thread Audrey Tang
2007/2/27, Geoffrey Broadwell [EMAIL PROTECTED]: 7. Packed arrays with access to raw data pointer to give to API Is it possible to point us to some use cases of such packed arrays, especially the raw data pointer API part? Are you looking for Perl code that creates such packed arrays and

a perl 6 tutorial

2007-02-26 Thread herbert breunung
Dear monks and mongers, hereby i celebratory want to found a new project to create an full fledged perl 6 tutorial. as german reading people can see under : http://wiki.perl-community.de/bin/view/Wissensbasis/Perl6Tutorial i do it for quit a while, slowing down the last month but, still have