- or download this
$ svn co https://svn.perl.org/parrot/trunk parrot
$ cd parrot
$ perl Configure.pl; make
$ cd languages/perl6/; make perl6
- or download this
#!/home/stas/perl/parrot/languages/perl6/perl6
class Point is rw {
has $.x;
has $.y;
}
- or download this
Attempt to inherit from non-existent parent class
current instr.: 'die' pc 12249 (src/gen_builtins.pir:7489)
...
called from Sub 'parrot;PCT;HLLCompiler;evalfiles' pc 1201 (src/PCT/HL
+LCompiler.pir:667)
called from Sub 'parrot;PCT;HLLCompiler;command_line' pc 1380 (src/PCT
+/HLLCompiler.pir:756)
called from Sub 'parrot;Perl6;Compiler;main' pc 16140 (perl6.pir:168)