On Sep-19, Leopold Toetsch wrote: > Gregor N. Purdy <[EMAIL PROTECTED]> wrote: > > ... I noticed that sub.pasm > > outputs this: > > > Hello subroutine > > No entries on ControlStack! > > I can't reproduce this: > $ parrot examples/assembly/sub.pasm > Hello subroutine > Hello subroutine
Because I got there a little before you did! :-) (It just needed to be converted to CPS) > > > Also, the following other examples appear broken, too: > > > * io1.pasm (bad op seek_i_p_ic_ic) > > * uniq.pasm (segfault) > > * xml_parser.pasm (segfault) > > Fixed. You did? Hmm... so did I. uniq.pasm and xml_parser.pasm, at least. What was your fix?