On Sep-18, Gregor N. Purdy wrote:
> I just got my setup working here in my new home town of Seattle, WA
> and I noticed we are about to release a new Parrot. I wanted to make
> sure Jako was working right, but there has aparently been some
> changes to imcc that make its output unacceptable now.
> 
> In an attempt to get up to speed on what is required, I looked in
> examples/ and started running stuff. I noticed that sub.pasm
> outputs this:
> 
>   Hello subroutine
>   No entries on ControlStack!
> 
> Also, the following other examples appear broken, too:
> 
>   * io1.pasm (bad op seek_i_p_ic_ic)
>   * uniq.pasm (segfault)
>   * xml_parser.pasm (segfault)

Run 'make' in languages/jako and you'll see more failures. Nothing is
allowed outside of subs, not even namespaces. And nested subs are not
allowed. I only made it that far in looking at this, then got
intimidated by the nested sub thing.

Reply via email to