Skip to content

Instantly share code, notes, and snippets.

Created December 18, 2008 03:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/37358 to your computer and use it in GitHub Desktop.
Save anonymous/37358 to your computer and use it in GitHub Desktop.
longdrop:/utsl/build/parrot-0.8.2/languages/perl6$ parrot perl6.pbc hello.pl
error:imcc:syntax error, unexpected IDENTIFIER, expecting '\n' ('method')
in file '/utsl/parrot/runtime/parrot/library/PGE/Dumper.pir' line 12
Null PMC access in get_string()
current instr.: 'parrot;P6metaclass;add_parent' pc 2806999 ((unknown file):-1)
called from Sub 'parrot;P6metaclass;add_parent' pc 219 (runtime/parrot/library/P6object.pir:205)
called from Sub 'parrot;P6metaclass;register' pc 493 (runtime/parrot/library/P6object.pir:335)
called from Sub 'parrot;Str;onload' pc 1835 (src/classes/Str.pir:25)
called from Sub 'parrot;Perl6;Compiler;main' pc -1 ((unknown file):-1)
longdrop:/utsl/build/parrot-0.8.2/languages/perl6$ which parrot
/utsl/parrot/bin/parrot
longdrop:/utsl/build/parrot-0.8.2/languages/perl6$ parrot -V
This is parrot version 0.8.1 built for i386-linux.
Copyright (C) 2001-2008, The Perl Foundation.
This code is distributed under the terms of the Artistic License 2.0.
For more details, see the full text of the license in the LICENSE file
included in the Parrot source tree.
longdrop:/utsl/build/parrot-0.8.2/languages/perl6$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment