http://perlcabal.org/user/fglock/perlito.html
Press the "Execute" button!
"Perlito" MiniPerl6 is an implementation of a small subset of Perl6. There is no error handling, and the web interface I wrote is very simple.
The compiler implements simple classes, grammars with 'token' only, variable binding with ':=' (no assignment), arrays, hashes, strings, integers.
The compiler is entirely written in MiniPerl6. The source code is in:
http://svn.pugscode.org/pugs/v6/v6-MiniPerl6/lib/MiniPerl6/