On Thu, 2004-03-04 at 04:17, Jens Rieks wrote:
> Printing some more information for ParrotIO, ParrotClass, ParrotObject,
> OrderedHash, ManagedStruct and UnManagedStruct is also on my TODO list.
> I have no idea how to dump the last three types, can anyone give me a hint?
With *Struct, I'd like to see the layout. It'd be something like:
Struct Type:
- element offset (and name, if it exists)
- size (probably datatype, like INT or NUM)
- array (if it's an array)
- padding, if any
- value
I'm not sure if there's access to the names from PASM, though.
-- c