Rakudo Perl -- Perl 6 on Parrot
Forked from rakudo/rakudo Sun Nov 29 11:31:55 -0800 2009
Last updated Sun Nov 29 16:55:00 -0800 2009
Many examples of Perl 6 code
Forked from perl6/perl6-examples Sat May 02 09:28:37 -0700 2009
Last updated Sun Nov 29 15:41:21 -0800 2009
Glacial Grammar Engine -- a Perl 6 grammar engine written in Perl 6
Forked from masak/gge Sun Nov 29 15:22:04 -0800 2009
Last updated Sun Nov 29 15:31:19 -0800 2009
Perl's WWW::Facebook::API Module
Last updated Thu Nov 26 10:21:27 -0800 2009
3 commits »
Pull Any.reverse from master.
Any.index now returns Mu if it doesn't find the string. Any.split(Any) checks for that, so that if the spliter string is at the first position of the string being split, things still work.
Mu.notdef defined.
- Added beginnings of flashcard and yahtzee games
68 commits »
Fletcher16 - when readint 2-byte chars, read the high byte first.
strencode: Encode -'s too.
Improve charencode().
Bugfix: charencode()
Make fletcher16() always return 4-character sums.
Fixed a bug in int2hex. Added support for module file name.
Rename directory to misc.
"Fletcher" is a better name for what the file contains.
Hashed module names - first steps.
Shootout benchmark: k-nucleotide
Merge branch 'master' of git@github.com:perl6/perl6-examples
Usage instructions.
Add implementation of levenshtein edit distance
Acme section - initial commit - Brainfuck interpreter.
CSS grammar by wayland76++
Add a simple benchmark library
Shootout: Initial commit + regex-dna benchmark.
fix typos
* Updated CONTRIBUTORS to name Larry Mak instead of King Mak
4 commits »
* Updated Stream.publish to encode action_links as JSON, and added test
* Updated MANIFEST to skip t/canvas.t (bad mock tests)
* Updated README
* Version 0.4.17 prep