Re: Another extension API question

2003-10-17 Thread Dan Sugalski
On Fri, 17 Oct 2003, Simon Glover wrote: > > How do we create a Parrot_STRING in an extension? Parrot_Ints > and Parrot_Floats are easy, since they're just declarations, and > for PMCs there's Parrot_PMC_new, but there doesn't appear to be > an equivalent for strings. We don't yet -- it's an

Another extension API question

2003-10-17 Thread Simon Glover
How do we create a Parrot_STRING in an extension? Parrot_Ints and Parrot_Floats are easy, since they're just declarations, and for PMCs there's Parrot_PMC_new, but there doesn't appear to be an equivalent for strings. Simon