Skip to content

Instantly share code, notes, and snippets.

@tene
Created December 1, 2010 07:50
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 tene/723135 to your computer and use it in GitHub Desktop.
Save tene/723135 to your computer and use it in GitHub Desktop.
.sub main :main
.local pmc cl, kl, meth, kli, i
cl = get_class 'Class'
kl = subclass cl, 'Klass'
kli = new kl
i = new kli
.end
[sweeks@sweeks-laptop ~]$ parrot /tmp/mc.pir
Invalid namespace key of type 'Object' in get_pointer_keyed
current instr.: 'main' pc 10 (/tmp/mc.pir:6)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment