Jens Rieks wrote:

My next plan is to implement some optional parameters like a maximum recursion deep and an array of PMCs not to recursively dump, in order to ease the usesage with large data structures.
How about the possibility to dump PASM, which can be read in by Parrot?

Also the ability to dump, and read, YAML would be nice to have.
Thinking about it, i think that there are many more formats we can think about.



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?
I have been looking into the dumping of OrderedHash.
However I got confused with the different get_- and next- methods.
I think the basic problem was that accessing a PerlArray with a PMC as a
key didn't work. Even when the PMC was a PerlInt.

CU, Bernhard


-- ************************************************** Bernhard Schmalhofer Senior Developer Biomax Informatics AG Lochhamer Str. 11 82152 Martinsried, Germany Tel: +49 89 895574-839 Fax: +49 89 895574-825 eMail: [EMAIL PROTECTED] Website: www.biomax.com **************************************************



Reply via email to