JüRgen" "BöMmels <[EMAIL PROTECTED]> wrote:

> There are still some things to do:
> - a global hash is still not totally right. It should be moved to the
>   interpreter structure

As Dan already outlined, macros should have some limited scope, probably
per file. So currently the hash has to be cleared like the other
(still) global strutures.

Reworking the whole imcc global stuff isn't finished yet. Various
structures have to be separated and kept per sub and or file. All of
these should then be in IMCC_INFO hanging off from the interpreter
structure.

Anyway, I don't like to have a HASH and parrot Strings inside the lexer
(when not really needed) just to manage macros. Currently a hash like
that for SymRegs is just fine.
It will be replaced  by a still simple but expandable hash finally.

> bö

leo

Reply via email to