de cleanups, and coding standard fixes.
Many thanks to all our contributors for making this possible, and our
sponsors
for supporting this project. Our next scheduled release is December
15th 2009.
Enjoy!
--
Bernhard Schmalhofer
Hi,
on behalf of the Parrot team, I'm proud to announce the release of
Parrot 0.6.4
"St. Vincent Amazon."
Parrot 0.6.4 is available via CPAN, or follow the download
instructions at http://parrotcode.org/source.html. For those who would
like to develop on
Parrot, or help develop Parrot itsel
r contributors for making this possible, and our
sponsors for supporting this project.
Enjoy!
Bernhard Schmalhofer
Hi,
I am trying to pass a string, containing YAML, from Parrot to the shared
library 'libsyck'.
'libsyck' provides two functions:
void syck_parser_str( SyckParser *, char *, long, SyckIoStrRead ); (
v_ptip )
SYMID syck_parse( SyckParser * ); ( i_p
)
'syck_