On Wed, 24 Sep 2003, Leopold Toetsch wrote:
> Luke Palmer <[EMAIL PROTECTED]> wrote:
> > Leopold Toetsch writes:
> >> I don't. I don't know, what the autorun should initialize. Do you have
> >> examples, what is/will be accomplished in the init "sub".
>
> > Considering that subs have to be manually inserted into the symbol
> > table,
>
> .pcc_sub symbols automatically get entered into the global stash. The
> lexer should probably allow '::' as a valid symbol char though.
We need to get some of this moved down into the base assembler as well.
> > ... perhaps the init code would add all the subs in a package to its
> > namespace? Specifically, C<import>.
>
> Import does AFAIK need some params to be useful, so it has to be called
> explicitely.
Which is fine.
Dan