Re: [svn:parrot-pdd] r22428 - trunk/docs/pdds/draft

2007-10-24 Thread Allison Randal
Klaas-Jan Stol wrote: 2.b is the ".constant" directive from pasm mode (which is in the macro layer) removed? After some discussion on IRC and review: the only thing I want to change from the current way constants work is to change the name of the '.constant' macro substitution to '.macrocons

Re: [svn:parrot-pdd] r22428 - trunk/docs/pdds/draft

2007-10-24 Thread Allison Randal
Klaas-Jan Stol wrote: 1. line 96 talks about the data types "int", "string", "pmc" and "float". [...] Wasn't the word "num" standard? Yup, good catch. Probably crept in during the original edit down to just 4 types from the earlier long list. 2.a line 246, about .globalconstant, doesn't sp

Re: [svn:parrot-pdd] r22428 - trunk/docs/pdds/draft

2007-10-24 Thread Klaas-Jan Stol
Hi, I had a look at the revision of pdd19, it reads much better than the first document. I do have some comments, besides the reply I gave earlier (but I later realized I didn't do reply-all). 1. line 96 talks about the data types "int", "string", "pmc" and "float". I thought the word "float" wa

[svn:parrot-pdd] r22428 - trunk/docs/pdds/draft

2007-10-23 Thread allison
Author: allison Date: Tue Oct 23 13:39:33 2007 New Revision: 22428 Modified: trunk/docs/pdds/draft/pdd19_pir.pod Log: [pdd] Some basic structural shaping on PIR PDD, and answering some of the review points. Modified: trunk/docs/pdds/draft/pdd19_pir.pod ==