Skip to content

Instantly share code, notes, and snippets.

@pmichaud
Created July 2, 2012 19:33
Show Gist options
  • Save pmichaud/3035176 to your computer and use it in GitHub Desktop.
Save pmichaud/3035176 to your computer and use it in GitHub Desktop.
pmichaud@kiwi:~/p6/rakudo$ cat test.pir
.sub 'main' :main
load_language 'perl6'
$P0 = compreg 'perl6'
$P0.'eval'('say "hello"')
.end
pmichaud@kiwi:~/p6/rakudo$ install/bin/parrot test.pir
Null PMC access in find_method('eval')
current instr.: 'main' pc 9 (test.pir:4)
pmichaud@kiwi:~/p6/rakudo$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment