2009/3/17 James Fuller <[email protected]>: > whats the 'state of the art' with respect to working with XML in parrot ? >
Currently, no wrapper over native parser like expat or libxml2/libxslt are available. examples/nci (Native Call Interface) contains wrapper over other native lib. http://perlgeek.de/blog-en/perl-5-to-6/20-a-grammar-for-xml.writeback is a toy, but shows how write a Perl6 grammar that parses XML. It's doable with PCT (Parrot Compiler Toolkit) or with Perl6 Rakudo. François > any pointers to code appreciated. > > tia, Jim Fuller > _______________________________________________ > http://lists.parrot.org/mailman/listinfo/parrot-dev > > _______________________________________________ http://lists.parrot.org/mailman/listinfo/parrot-dev
