Guest User

Untitled

a guest
Nov 20th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. pmichaud@kiwi:~/p6/rakudo$ cat test.pir
  2. .sub 'main' :main
  3. load_language 'perl6'
  4. $P0 = compreg 'perl6'
  5. $P0.'eval'('say "hello"')
  6. .end
  7.  
  8. pmichaud@kiwi:~/p6/rakudo$ install/bin/parrot test.pir
  9. Null PMC access in find_method('eval')
  10. current instr.: 'main' pc 9 (test.pir:4)
  11. pmichaud@kiwi:~/p6/rakudo$
Add Comment
Please, Sign In to add comment