ANNOUNCE - p5 based p6 compiler The implementation is under way, but it is already runnable!
link: http://svn.openfoundry.org/pugs/misc/pX/Common/ instructions: - download all files like iterator_engine_* - run: perl iterator_engine_p6compiler.pl iterator_engine_p6sample.p6 - the first run will precompile and cache the Prelude (the Perl 6 library). If you run it again, it will skip the Prelude and compile only the sample program. dependencies: - plain perl - no non-core modules, no Pugs, no Parrot - Text::Balanced - Data::Dumper enjoy! - Flavio S. Glock