Legend:
- Unmodified
- Added
- Removed
-
ChangeLog
r10829 r10831 12 12 === New Perl 5 modules 13 13 14 * `v6.pm`: `use v6 ; say "Perl 6"; no v6; print "Perl 5"`14 * `v6.pm`: `use v6-pugs; say "Perl 6"; use v5; print "Perl 5"` 15 15 * Module::Compile - precompile Perl 5 modules transparently 16 16 * Pugs::Compiler::Rule - Compiler for Perl 6 Rules 17 * Pugs::Compiler::Perl6 - Compiler for Perl 6 (implements 'v6') 18 ** Still fails many of the sanity tests, as well as nearly all of the other tests 17 19 * Data::Bind - Implement Perl 6's calling/binding convention on Perl 5 18 20 … … 53 55 ** uses Module::Install 'pmc' magic for executing Perl 6 from plain Perl 5. 54 56 ** the "Rule" grammar is written in Perl 6, and it is compiled to Perl 5 using 'lrep'. 57 * Pugs::Compiler::Perl6 - Compiler for Perl 6 (implements 'v6') 55 58 * Pugs-Compiler-Precedence - an operator precedence parser, built around Parse::Yapp 56 59 * Inline-Parrot - a C version of Inline-Parrot - uses NCI for data exchange.
