Dan Sugalski <[EMAIL PROTECTED]> wrote:
> Does IMCC have any good debugging hooks inside it? I'm running into a
> problem where one of my subs is thinking it's an old-style (params on
> stack) sub

That's very probably coming from comments before/inmidst .param
directives. The parser currently doesn't handle that yet IIRC.

And may be:

  parrot -E foo.imc  | less     # preprocessor output
  parrot -o- foo.imc | less     # PASM output

leo

Reply via email to